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

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

Issue 2574213002: Split //ios/chrome/browser/prefs to prevent circular dependencies. (Closed)
Patch Set: 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ios/rules.gni") 7 import("//build/config/ios/rules.gni")
8 import("//rlz/features/features.gni") 8 import("//rlz/features/features.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "//ios/chrome/browser/browser_state", 168 "//ios/chrome/browser/browser_state",
169 "//ios/chrome/browser/browser_state:browser_state_impl", 169 "//ios/chrome/browser/browser_state:browser_state_impl",
170 "//ios/chrome/browser/component_updater", 170 "//ios/chrome/browser/component_updater",
171 "//ios/chrome/browser/first_run", 171 "//ios/chrome/browser/first_run",
172 "//ios/chrome/browser/history", 172 "//ios/chrome/browser/history",
173 "//ios/chrome/browser/metrics", 173 "//ios/chrome/browser/metrics",
174 "//ios/chrome/browser/net", 174 "//ios/chrome/browser/net",
175 "//ios/chrome/browser/open_from_clipboard", 175 "//ios/chrome/browser/open_from_clipboard",
176 "//ios/chrome/browser/physical_web", 176 "//ios/chrome/browser/physical_web",
177 "//ios/chrome/browser/prefs", 177 "//ios/chrome/browser/prefs",
178 "//ios/chrome/browser/prefs:browser_prefs",
178 "//ios/chrome/browser/services/gcm", 179 "//ios/chrome/browser/services/gcm",
179 "//ios/chrome/browser/translate", 180 "//ios/chrome/browser/translate",
180 "//ios/chrome/browser/update_client", 181 "//ios/chrome/browser/update_client",
181 "//ios/chrome/browser/web_resource", 182 "//ios/chrome/browser/web_resource",
182 "//ios/chrome/common", 183 "//ios/chrome/common",
183 "//ios/public/provider/chrome/browser", 184 "//ios/public/provider/chrome/browser",
184 "//ios/web", 185 "//ios/web",
185 "//ios/web/public/app", 186 "//ios/web/public/app",
186 "//net", 187 "//net",
187 "//rlz/features", 188 "//rlz/features",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "//components/proxy_config", 237 "//components/proxy_config",
237 "//components/ssl_config", 238 "//components/ssl_config",
238 "//components/variations", 239 "//components/variations",
239 "//ios/web:test_support", 240 "//ios/web:test_support",
240 "//net", 241 "//net",
241 "//net:test_support", 242 "//net:test_support",
242 "//testing/gtest", 243 "//testing/gtest",
243 "//url", 244 "//url",
244 ] 245 ]
245 } 246 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/browser_state/BUILD.gn » ('j') | ios/chrome/browser/browser_state/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698