| # Copyright 2020 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("model") { |
| sources = [ |
| "window_accessibility_change_notifier_app_agent.h", |
| "window_accessibility_change_notifier_app_agent.mm", |
| ] |
| |
| deps = [ |
| "//base", |
| "//base:i18n", |
| "//ios/chrome/app/application_delegate:app_state", |
| "//ios/chrome/app/application_delegate:observing_app_state_agent", |
| "//ios/chrome/app/profile", |
| "//ios/chrome/app/strings", |
| "//ios/chrome/browser/shared/coordinator/scene:scene_state_header", |
| "//ui/base", |
| ] |
| } |