Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Side by Side Diff: ios/chrome/browser/prefs/BUILD.gn

Issue 2575843002: Cleanup //ios/chrome/browser/prefs dependencies. (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("prefs") { 5 source_set("prefs") {
6 sources = [ 6 sources = [
7 "ios_chrome_pref_model_associator_client.cc", 7 "ios_chrome_pref_model_associator_client.cc",
8 "ios_chrome_pref_model_associator_client.h", 8 "ios_chrome_pref_model_associator_client.h",
9 "ios_chrome_pref_service_factory.cc", 9 "ios_chrome_pref_service_factory.cc",
10 "ios_chrome_pref_service_factory.h", 10 "ios_chrome_pref_service_factory.h",
11 "pref_observer_bridge.h", 11 "pref_observer_bridge.h",
12 "pref_observer_bridge.mm", 12 "pref_observer_bridge.mm",
13 ] 13 ]
14 deps = [ 14 deps = [
15 "//base", 15 "//base",
16 "//components/content_settings/core/browser", 16 "//components/content_settings/core/browser",
17 "//components/prefs", 17 "//components/prefs",
18 "//components/proxy_config", 18 "//components/proxy_config",
19 "//components/search_engines", 19 "//components/search_engines",
20 "//components/sync_preferences", 20 "//components/sync_preferences",
21 "//ios/chrome/browser", 21 "//ios/chrome/browser",
22 ] 22 ]
23
24 # TODO(sdefresne): remove once downstream dependencies have been fixed.
25 public_deps = [
26 ":browser_prefs",
27 ]
28 } 23 }
29 24
30 source_set("browser_prefs") { 25 source_set("browser_prefs") {
31 sources = [ 26 sources = [
32 "browser_prefs.h", 27 "browser_prefs.h",
33 "browser_prefs.mm", 28 "browser_prefs.mm",
34 ] 29 ]
35 deps = [ 30 deps = [
36 "//components/autofill/core/browser", 31 "//components/autofill/core/browser",
37 "//components/browsing_data/core", 32 "//components/browsing_data/core",
(...skipping 28 matching lines...) Expand all
66 "//ios/chrome/browser/memory", 61 "//ios/chrome/browser/memory",
67 "//ios/chrome/browser/metrics", 62 "//ios/chrome/browser/metrics",
68 "//ios/chrome/browser/net", 63 "//ios/chrome/browser/net",
69 "//ios/chrome/browser/physical_web", 64 "//ios/chrome/browser/physical_web",
70 "//ios/chrome/browser/signin", 65 "//ios/chrome/browser/signin",
71 "//ios/chrome/browser/voice:prefs", 66 "//ios/chrome/browser/voice:prefs",
72 "//ios/public/provider/chrome/browser", 67 "//ios/public/provider/chrome/browser",
73 "//ui/base", 68 "//ui/base",
74 ] 69 ]
75 } 70 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698