blob: e5b57683fe3a6043b78be02db77607addad0d609 [file] [log] [blame]
# 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_display_handler.h",
"welcome_back_display_handler.mm",
"welcome_back_screen_consumer.h",
]
public_deps = [
"//ios/chrome/browser/promos_manager/ui_bundled:promos",
"//ios/chrome/common/ui/confirmation_alert",
]
deps = [
"//components/feature_engagement/public",
"//ios/chrome/browser/promos_manager/model:types",
"//ios/chrome/browser/welcome_back/resources",
]
frameworks = [
"Foundation.framework",
"UIKit.framework",
]
}