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

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

Issue 2869383002: Unify safe_browsing* components [1]: move safe_browsing_prefs* (Closed)
Patch Set: fix win bots Created 3 years, 7 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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "//components/physical_web/data_source", 541 "//components/physical_web/data_source",
542 "//components/physical_web/webui", 542 "//components/physical_web/webui",
543 "//components/policy/core/browser", 543 "//components/policy/core/browser",
544 "//components/pref_registry", 544 "//components/pref_registry",
545 "//components/proximity_auth", 545 "//components/proximity_auth",
546 "//components/proxy_config", 546 "//components/proxy_config",
547 "//components/query_parser", 547 "//components/query_parser",
548 "//components/rappor", 548 "//components/rappor",
549 "//components/renderer_context_menu", 549 "//components/renderer_context_menu",
550 "//components/resources", 550 "//components/resources",
551 "//components/safe_browsing_db:safe_browsing_prefs", 551 "//components/safe_browsing/common:safe_browsing_prefs",
552 "//components/safe_json", 552 "//components/safe_json",
553 "//components/search", 553 "//components/search",
554 "//components/search_engines", 554 "//components/search_engines",
555 "//components/security_interstitials/core", 555 "//components/security_interstitials/core",
556 "//components/security_state/content", 556 "//components/security_state/content",
557 "//components/security_state/core", 557 "//components/security_state/core",
558 "//components/sessions", 558 "//components/sessions",
559 "//components/signin/core/account_id", 559 "//components/signin/core/account_id",
560 "//components/signin/core/browser", 560 "//components/signin/core/browser",
561 "//components/spellcheck/browser", 561 "//components/spellcheck/browser",
(...skipping 3035 matching lines...) Expand 10 before | Expand all | Expand 10 after
3597 "test/test_confirm_bubble_model.cc", 3597 "test/test_confirm_bubble_model.cc",
3598 "test/test_confirm_bubble_model.h", 3598 "test/test_confirm_bubble_model.h",
3599 ] 3599 ]
3600 deps += [ "//chrome/test:test_support_ui" ] 3600 deps += [ "//chrome/test:test_support_ui" ]
3601 } 3601 }
3602 3602
3603 if (enable_extensions) { 3603 if (enable_extensions) {
3604 deps += [ "//extensions/browser" ] 3604 deps += [ "//extensions/browser" ]
3605 } 3605 }
3606 } 3606 }
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.cc ('k') | chrome/browser/ui/views/download/download_feedback_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698