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

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

Issue 2940963002: Added the chrome://safe-browsing/ page as part of the chrome://about (Closed)
Patch Set: Added the header file in DEPS Created 3 years, 5 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 | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('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 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 "//components/physical_web/webui", 537 "//components/physical_web/webui",
538 "//components/policy/core/browser", 538 "//components/policy/core/browser",
539 "//components/pref_registry", 539 "//components/pref_registry",
540 "//components/proximity_auth", 540 "//components/proximity_auth",
541 "//components/proxy_config", 541 "//components/proxy_config",
542 "//components/query_parser", 542 "//components/query_parser",
543 "//components/rappor", 543 "//components/rappor",
544 "//components/renderer_context_menu", 544 "//components/renderer_context_menu",
545 "//components/resources", 545 "//components/resources",
546 "//components/safe_browsing/common:safe_browsing_prefs", 546 "//components/safe_browsing/common:safe_browsing_prefs",
547 "//components/safe_browsing/web_ui",
547 "//components/safe_json", 548 "//components/safe_json",
548 "//components/search", 549 "//components/search",
549 "//components/search_engines", 550 "//components/search_engines",
550 "//components/security_interstitials/core", 551 "//components/security_interstitials/core",
551 "//components/security_state/content", 552 "//components/security_state/content",
552 "//components/security_state/core", 553 "//components/security_state/core",
553 "//components/sessions", 554 "//components/sessions",
554 "//components/signin/core/account_id", 555 "//components/signin/core/account_id",
555 "//components/signin/core/browser", 556 "//components/signin/core/browser",
556 "//components/signin/core/common", 557 "//components/signin/core/common",
(...skipping 3110 matching lines...) Expand 10 before | Expand all | Expand 10 after
3667 deps += [ 3668 deps += [
3668 "//chrome/test:test_support_ui", 3669 "//chrome/test:test_support_ui",
3669 "//components/zoom", 3670 "//components/zoom",
3670 ] 3671 ]
3671 } 3672 }
3672 3673
3673 if (enable_extensions) { 3674 if (enable_extensions) {
3674 deps += [ "//extensions/browser" ] 3675 deps += [ "//extensions/browser" ]
3675 } 3676 }
3676 } 3677 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698