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

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

Issue 2591823003: Remove ChromeBrowserProvider::RegisterProfilePrefs(). (Closed)
Patch Set: Fix multiple registration of preferences. Created 3 years, 12 months 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 | ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 ] 257 ]
258 } 258 }
259 259
260 source_set("downstream_provider") { 260 source_set("downstream_provider") {
261 sources = [ 261 sources = [
262 "downstream_chromium_browser_provider.h", 262 "downstream_chromium_browser_provider.h",
263 "downstream_chromium_browser_provider.mm", 263 "downstream_chromium_browser_provider.mm",
264 ] 264 ]
265 deps = [ 265 deps = [
266 "//base", 266 "//base",
267 "//components/handoff",
268 "//components/pref_registry", 267 "//components/pref_registry",
269 "//components/prefs", 268 "//components/prefs",
270 "//ios/chrome/browser", 269 "//ios/chrome/browser",
271 "//ios/chrome/browser/autofill:autofill_internal", 270 "//ios/chrome/browser/autofill:autofill_internal",
272 "//ios/chrome/browser/browser_state", 271 "//ios/chrome/browser/browser_state",
273 "//ios/chrome/browser/browser_state:browser_state_impl", 272 "//ios/chrome/browser/browser_state:browser_state_impl",
274 "//ios/chrome/browser/providers", 273 "//ios/chrome/browser/providers",
275 "//ios/chrome/browser/sessions:sessions_internal", 274 "//ios/chrome/browser/sessions:sessions_internal",
276 "//ios/chrome/browser/sync/glue", 275 "//ios/chrome/browser/sync/glue",
277 "//ios/chrome/browser/sync/sessions", 276 "//ios/chrome/browser/sync/sessions",
278 "//ios/chrome/browser/tabs", 277 "//ios/chrome/browser/tabs",
279 "//ios/chrome/browser/tabs:tabs_internal", 278 "//ios/chrome/browser/tabs:tabs_internal",
280 "//ios/chrome/browser/ui", 279 "//ios/chrome/browser/ui",
281 "//ios/chrome/browser/ui:browser_list", 280 "//ios/chrome/browser/ui:browser_list",
282 "//ios/chrome/browser/ui/autofill:autofill_internal", 281 "//ios/chrome/browser/ui/autofill:autofill_internal",
283 "//ios/chrome/browser/ui/bookmarks",
284 "//ios/chrome/browser/ui/webui:webui_internal", 282 "//ios/chrome/browser/ui/webui:webui_internal",
285 "//ios/chrome/common", 283 "//ios/chrome/common",
286 ] 284 ]
287 } 285 }
288 286
289 source_set("downstream_provider_factory") { 287 source_set("downstream_provider_factory") {
290 sources = [ 288 sources = [
291 "downstream_chromium_browser_provider_factory.mm", 289 "downstream_chromium_browser_provider_factory.mm",
292 ] 290 ]
293 deps = [ 291 deps = [
(...skipping 13 matching lines...) Expand all
307 ] 305 ]
308 306
309 configs += [ "//build/config/compiler:enable_arc" ] 307 configs += [ "//build/config/compiler:enable_arc" ]
310 308
311 deps = [ 309 deps = [
312 "//base", 310 "//base",
313 "//ios/chrome/browser", 311 "//ios/chrome/browser",
314 "//ios/chrome/browser/browser_state", 312 "//ios/chrome/browser/browser_state",
315 ] 313 ]
316 } 314 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698