blob: ee0cfd20c5896b3de9148e42244379cf61af3736 [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("icon_standardizer") {
sources = [
"icon_standardizer.cc",
"icon_standardizer.h",
]
deps = [
"//base",
"//skia",
"//ui/gfx",
]
}
source_set("user_type_filter") {
sources = [
"user_type_filter.cc",
"user_type_filter.h",
]
deps = [
"//base",
"//chrome/browser/profiles:profile",
"//content/public/browser:browser",
]
if (is_chromeos) {
deps += [ "//chromeos/components/mgs" ]
}
}