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

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

Issue 2345843003: [Sync] Merge //components/browser_sync into one directory. (Closed)
Patch Set: Address comment + rebase. Created 4 years, 3 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "//chrome/browser/ui/webui/plugins:mojo_bindings", 460 "//chrome/browser/ui/webui/plugins:mojo_bindings",
461 "//chrome/browser/ui/webui/usb_internals:mojo_bindings", 461 "//chrome/browser/ui/webui/usb_internals:mojo_bindings",
462 "//chrome/common", 462 "//chrome/common",
463 "//chrome/common/net", 463 "//chrome/common/net",
464 "//chrome/installer/util:with_no_strings", 464 "//chrome/installer/util:with_no_strings",
465 "//components/app_modal", 465 "//components/app_modal",
466 "//components/autofill/content/browser:risk_proto", 466 "//components/autofill/content/browser:risk_proto",
467 "//components/autofill/core/browser", 467 "//components/autofill/core/browser",
468 "//components/bookmarks/browser", 468 "//components/bookmarks/browser",
469 "//components/bookmarks/managed", 469 "//components/bookmarks/managed",
470 "//components/browser_sync/browser", 470 "//components/browser_sync",
471 "//components/browsing_data/core", 471 "//components/browsing_data/core",
472 "//components/browsing_data_ui", 472 "//components/browsing_data_ui",
473 "//components/bubble:bubble", 473 "//components/bubble:bubble",
474 "//components/certificate_reporting:cert_logger_proto", 474 "//components/certificate_reporting:cert_logger_proto",
475 "//components/certificate_reporting:encrypted_cert_logger_proto", 475 "//components/certificate_reporting:encrypted_cert_logger_proto",
476 "//components/content_settings/content/common", 476 "//components/content_settings/content/common",
477 "//components/content_settings/core/browser", 477 "//components/content_settings/core/browser",
478 "//components/crash/content/app", 478 "//components/crash/content/app",
479 "//components/crash/core/browser", 479 "//components/crash/core/browser",
480 "//components/crx_file", 480 "//components/crx_file",
(...skipping 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after
3372 "passwords/passwords_model_delegate_mock.cc", 3372 "passwords/passwords_model_delegate_mock.cc",
3373 "passwords/passwords_model_delegate_mock.h", 3373 "passwords/passwords_model_delegate_mock.h",
3374 ] 3374 ]
3375 deps += [ "//chrome/test:test_support_ui" ] 3375 deps += [ "//chrome/test:test_support_ui" ]
3376 } 3376 }
3377 3377
3378 if (enable_extensions) { 3378 if (enable_extensions) {
3379 deps += [ "//extensions/browser" ] 3379 deps += [ "//extensions/browser" ]
3380 } 3380 }
3381 } 3381 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698