| # 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("utils") { |
| sources = [ |
| "promos_pref_names.h", |
| "promos_types.h", |
| "promos_utils.cc", |
| "promos_utils.h", |
| ] |
| |
| deps = [ |
| "//base", |
| "//chrome/browser:browser_process", |
| "//chrome/browser/profiles:profile", |
| "//chrome/common:constants", |
| "//components/feature_engagement/public", |
| "//components/pref_registry", |
| "//components/prefs", |
| "//components/search", |
| "//components/segmentation_platform/embedder/default_model", |
| "//components/segmentation_platform/public", |
| "//components/sync/base", |
| "//components/sync/service", |
| "//skia", |
| ] |
| } |