blob: e5b4bf6de9c2353a2aa75bcdb57c374401a47376 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("settings") {
sources = [
"settings_coordinator.h",
"settings_coordinator.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
deps = [
"//ios/chrome/browser/ui/settings",
"//ios/clean/chrome/browser/ui/actions",
"//ios/clean/chrome/browser/ui/commands",
"//ios/shared/chrome/browser/ui/browser_list",
"//ios/shared/chrome/browser/ui/commands",
"//ios/shared/chrome/browser/ui/coordinators",
]
}