chromium/ios/chrome/browser/account_picker/ui_bundled/account_picker_selection/BUILD.gn

# Copyright 2023 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("account_picker_selection") {
  sources = [
    "account_picker_selection_screen_consumer.h",
    "account_picker_selection_screen_coordinator.h",
    "account_picker_selection_screen_coordinator.mm",
    "account_picker_selection_screen_mediator.h",
    "account_picker_selection_screen_mediator.mm",
    "account_picker_selection_screen_table_view_controller.h",
    "account_picker_selection_screen_table_view_controller.mm",
    "account_picker_selection_screen_table_view_controller_action_delegate.h",
    "account_picker_selection_screen_table_view_controller_model_delegate.h",
    "account_picker_selection_screen_view_controller.h",
    "account_picker_selection_screen_view_controller.mm",
  ]
  deps = [
    ":identity_item_configurator",
    "//base",
    "//ios/chrome/app/strings:ios_strings",
    "//ios/chrome/browser/account_picker/ui_bundled:account_picker_layout",
    "//ios/chrome/browser/account_picker/ui_bundled/account_picker_screen",
    "//ios/chrome/browser/net/model:crurl",
    "//ios/chrome/browser/shared/coordinator/chrome_coordinator",
    "//ios/chrome/browser/shared/model/browser",
    "//ios/chrome/browser/shared/model/browser_state",
    "//ios/chrome/browser/shared/model/profile",
    "//ios/chrome/browser/shared/model/url:constants",
    "//ios/chrome/browser/shared/model/url:constants",
    "//ios/chrome/browser/shared/public/commands",
    "//ios/chrome/browser/shared/public/features",
    "//ios/chrome/browser/shared/ui/table_view",
    "//ios/chrome/browser/shared/ui/table_view:utils",
    "//ios/chrome/browser/shared/ui/table_view/cells",
    "//ios/chrome/browser/signin/model",
    "//ios/chrome/browser/signin/model:system_identity",
    "//ios/chrome/browser/ui/authentication/cells",
    "//ios/chrome/browser/ui/authentication/enterprise:enterprise_utils",
    "//ios/chrome/common/ui/colors",
    "//ui/base",
  ]
}

source_set("identity_item_configurator") {
  sources = [
    "account_picker_selection_screen_identity_item_configurator.h",
    "account_picker_selection_screen_identity_item_configurator.mm",
  ]
  deps = [ "//ios/chrome/browser/ui/authentication/cells" ]
}