blob: d6860ff5b1e4f0a52db10109266dee4644f7e08f [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_features.cc",
"promos_features.h",
"promos_pref_names.cc",
"promos_pref_names.h",
"promos_utils.cc",
"promos_utils.h",
]
deps = [
"//base",
"//chrome/browser/profiles:profile",
"//components/pref_registry",
"//components/prefs",
"//components/segmentation_platform/embedder/default_model",
"//components/segmentation_platform/public",
"//skia",
]
}