| # Copyright 2024 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| assert(is_chromeos) |
| |
| static_library("account_manager") { |
| sources = [ |
| "account_manager_error_ui.cc", |
| "account_manager_error_ui.h", |
| "account_migration_welcome_dialog.cc", |
| "account_migration_welcome_dialog.h", |
| "account_migration_welcome_ui.cc", |
| "account_migration_welcome_ui.h", |
| ] |
| |
| public_deps = [ |
| "//base", |
| "//chrome/browser:browser_public_dependencies", |
| "//chrome/browser/ui/webui/ash/system_web_dialog", |
| "//chrome/common", |
| "//content/public/browser", |
| "//content/public/common", |
| "//ui/web_dialogs", |
| "//url", |
| ] |
| |
| deps = [ |
| "//build:branding_buildflags", |
| "//chrome/app:generated_resources", |
| "//chrome/app:generated_resources_grit", |
| "//chrome/browser:resources", |
| "//chrome/browser:resources_grit", |
| "//chrome/browser/profiles:profile", |
| "//chrome/browser/ui/webui/signin/ash", |
| "//chrome/common:constants", |
| "//chromeos/ash/components/account_manager", |
| "//components/account_manager_core", |
| "//components/prefs", |
| "//net", |
| "//ui/aura", |
| "//ui/base", |
| "//ui/strings:ui_strings", |
| "//ui/strings:ui_strings_grit", |
| "//ui/views", |
| "//ui/webui", |
| "//ui/wm", |
| ] |
| } |