blob: a5b946741a89b6f7df9f2702e5c9fcb545551de8 [file] [log] [blame]
# Copyright 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("first_run") {
sources = [
"sc_first_run_default_screen_coordinator.h",
"sc_first_run_default_screen_coordinator.mm",
"sc_first_run_default_screen_view_controller.h",
"sc_first_run_default_screen_view_controller.mm",
"sc_first_run_hero_screen_coordinator.h",
"sc_first_run_hero_screen_coordinator.mm",
"sc_first_run_hero_screen_view_controller.h",
"sc_first_run_hero_screen_view_controller.mm",
"sc_first_run_scrolling_screen_coordinator.h",
"sc_first_run_scrolling_screen_coordinator.mm",
"sc_first_run_scrolling_screen_view_controller.h",
"sc_first_run_scrolling_screen_view_controller.mm",
]
deps = [
"//ios/chrome/browser/ui/first_run",
"//ios/chrome/common/ui/colors",
"//ios/chrome/common/ui/util",
"//ios/showcase/common",
]
frameworks = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
}