| # 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", | |
| "//build:chromeos_buildflags", | |
| "//chrome/browser/profiles:profile", | |
| "//content/public/browser:browser", | |
| ] | |
| } |