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

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

Issue 2418813002: [Reland] Refactoring of SBER preference usage (Closed)
Patch Set: Sync Created 4 years, 2 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "//components/pdf/browser", 516 "//components/pdf/browser",
517 "//components/policy/core/browser", 517 "//components/policy/core/browser",
518 "//components/power", 518 "//components/power",
519 "//components/pref_registry", 519 "//components/pref_registry",
520 "//components/proximity_auth", 520 "//components/proximity_auth",
521 "//components/proxy_config", 521 "//components/proxy_config",
522 "//components/query_parser", 522 "//components/query_parser",
523 "//components/rappor", 523 "//components/rappor",
524 "//components/renderer_context_menu", 524 "//components/renderer_context_menu",
525 "//components/resources", 525 "//components/resources",
526 "//components/safe_browsing_db:safe_browsing_prefs",
526 "//components/safe_json", 527 "//components/safe_json",
527 "//components/search", 528 "//components/search",
528 "//components/search_engines", 529 "//components/search_engines",
529 "//components/security_interstitials/core", 530 "//components/security_interstitials/core",
530 "//components/security_state", 531 "//components/security_state",
531 "//components/sessions", 532 "//components/sessions",
532 "//components/signin/core/account_id", 533 "//components/signin/core/account_id",
533 "//components/signin/core/browser", 534 "//components/signin/core/browser",
534 "//components/spellcheck/browser", 535 "//components/spellcheck/browser",
535 "//components/ssl_errors", 536 "//components/ssl_errors",
(...skipping 2879 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 "test/test_confirm_bubble_model.cc", 3416 "test/test_confirm_bubble_model.cc",
3416 "test/test_confirm_bubble_model.h", 3417 "test/test_confirm_bubble_model.h",
3417 ] 3418 ]
3418 deps += [ "//chrome/test:test_support_ui" ] 3419 deps += [ "//chrome/test:test_support_ui" ]
3419 } 3420 }
3420 3421
3421 if (enable_extensions) { 3422 if (enable_extensions) {
3422 deps += [ "//extensions/browser" ] 3423 deps += [ "//extensions/browser" ]
3423 } 3424 }
3424 } 3425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698