| # Copyright 2019 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//build/config/chrome_build.gni") | |
| source_set("ui_bundled") { | |
| sources = [ | |
| "appearance_customization.h", | |
| "appearance_customization.mm", | |
| ] | |
| deps = [ | |
| "//base", | |
| "//ios/chrome/browser/settings/ui_bundled:settings_root", | |
| "//ios/chrome/browser/shared/ui/table_view", | |
| "//ios/chrome/common/ui/colors", | |
| ] | |
| } |