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