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

Side by Side Diff: chrome/common/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 | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/DEPS » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "//components/nacl/common:switches", 232 "//components/nacl/common:switches",
233 "//components/network_session_configurator/common", 233 "//components/network_session_configurator/common",
234 "//components/ntp_tiles", 234 "//components/ntp_tiles",
235 "//components/offline_pages/core:switches", 235 "//components/offline_pages/core:switches",
236 "//components/omnibox/common", 236 "//components/omnibox/common",
237 "//components/password_manager/content/common:mojo_interfaces", 237 "//components/password_manager/content/common:mojo_interfaces",
238 "//components/password_manager/core/common", 238 "//components/password_manager/core/common",
239 "//components/policy:generated", 239 "//components/policy:generated",
240 "//components/policy/core/common", 240 "//components/policy/core/common",
241 "//components/prefs", 241 "//components/prefs",
242 "//components/safe_browsing/web_ui:constants",
242 "//components/signin/core/common", 243 "//components/signin/core/common",
243 "//components/signin/core/common:signin_features", 244 "//components/signin/core/common:signin_features",
244 "//components/strings", 245 "//components/strings",
245 "//components/translate/content/common", 246 "//components/translate/content/common",
246 "//components/translate/core/common", 247 "//components/translate/core/common",
247 "//components/url_formatter", 248 "//components/url_formatter",
248 "//components/variations", 249 "//components/variations",
249 "//components/visitedlink/common", 250 "//components/visitedlink/common",
250 "//content/public/common", 251 "//content/public/common",
251 "//extensions/common:common_constants", 252 "//extensions/common:common_constants",
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 706
706 mojom("page_load_metrics_mojom") { 707 mojom("page_load_metrics_mojom") {
707 sources = [ 708 sources = [
708 "page_load_metrics/page_load_metrics.mojom", 709 "page_load_metrics/page_load_metrics.mojom",
709 ] 710 ]
710 711
711 public_deps = [ 712 public_deps = [
712 "//mojo/common:common_custom_types", 713 "//mojo/common:common_custom_types",
713 ] 714 ]
714 } 715 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698