blob: 40a9ec7cb9ee975b8b7562f975b88ffe0b3d697b [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("model") {
sources = [
"welcome_back_prefs.h",
"welcome_back_prefs.mm",
]
public_deps = [ "//components/prefs" ]
deps = [
"//ios/chrome/browser/first_run/public:best_features_item",
"//ios/chrome/browser/shared/model/application_context",
]
frameworks = [ "UIKit.framework" ]
}
source_set("features") {
sources = [
"features.h",
"features.mm",
]
public_deps = [ "//base" ]
deps = [
"//components/prefs",
"//ios/chrome/browser/first_run/public:best_features_item",
"//ios/chrome/browser/first_run/ui_bundled:features",
"//ios/chrome/browser/shared/model/application_context",
"//ios/chrome/browser/welcome_back/model",
]
}