# Copyright 2025 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("ui") {
  sources = [
    "welcome_back_action_handler.h",
    "welcome_back_screen_consumer.h",
    "welcome_back_view_controller.h",
    "welcome_back_view_controller.mm",
  ]
  public_deps = [ "//ios/chrome/common/ui/confirmation_alert" ]
  deps = [
    "//ios/chrome/app/strings",
    "//ios/chrome/browser/first_run/best_features/ui",
    "//ios/chrome/browser/first_run/public:best_features_item",
    "//ios/chrome/browser/shared/ui/list_model",
    "//ios/chrome/browser/shared/ui/symbols",
    "//ios/chrome/browser/shared/ui/table_view:utils",
    "//ios/chrome/browser/welcome_back/resources",
    "//ios/chrome/common/ui/button_stack",
    "//ios/chrome/common/ui/colors",
    "//ios/chrome/common/ui/table_view:cells_constants",
    "//ui/base",
  ]
  frameworks = [
    "Foundation.framework",
    "UIKit.framework",
  ]
}
