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

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: Changed the overall location of several files to base them on components/ Created 3 years, 6 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 "//components/physical_web/webui", 536 "//components/physical_web/webui",
537 "//components/policy/core/browser", 537 "//components/policy/core/browser",
538 "//components/pref_registry", 538 "//components/pref_registry",
539 "//components/proximity_auth", 539 "//components/proximity_auth",
540 "//components/proxy_config", 540 "//components/proxy_config",
541 "//components/query_parser", 541 "//components/query_parser",
542 "//components/rappor", 542 "//components/rappor",
543 "//components/renderer_context_menu", 543 "//components/renderer_context_menu",
544 "//components/resources", 544 "//components/resources",
545 "//components/safe_browsing/common:safe_browsing_prefs", 545 "//components/safe_browsing/common:safe_browsing_prefs",
546 "//components/safe_browsing/web_ui",
546 "//components/safe_json", 547 "//components/safe_json",
547 "//components/search", 548 "//components/search",
548 "//components/search_engines", 549 "//components/search_engines",
549 "//components/security_interstitials/core", 550 "//components/security_interstitials/core",
550 "//components/security_state/content", 551 "//components/security_state/content",
551 "//components/security_state/core", 552 "//components/security_state/core",
552 "//components/sessions", 553 "//components/sessions",
553 "//components/signin/core/account_id", 554 "//components/signin/core/account_id",
554 "//components/signin/core/browser", 555 "//components/signin/core/browser",
555 "//components/signin/core/common", 556 "//components/signin/core/common",
(...skipping 3101 matching lines...) Expand 10 before | Expand all | Expand 10 after
3657 deps += [ 3658 deps += [
3658 "//chrome/test:test_support_ui", 3659 "//chrome/test:test_support_ui",
3659 "//components/zoom", 3660 "//components/zoom",
3660 ] 3661 ]
3661 } 3662 }
3662 3663
3663 if (enable_extensions) { 3664 if (enable_extensions) {
3664 deps += [ "//extensions/browser" ] 3665 deps += [ "//extensions/browser" ]
3665 } 3666 }
3666 } 3667 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698