blob: a13d4a340442d5ac38ebb6c8eaf664854c666936 [file] [log] [blame]
# 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",
]
}