| OLD | NEW |
| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "//components/nacl/common:switches", | 235 "//components/nacl/common:switches", |
| 236 "//components/network_session_configurator/common", | 236 "//components/network_session_configurator/common", |
| 237 "//components/ntp_tiles", | 237 "//components/ntp_tiles", |
| 238 "//components/offline_pages/core:switches", | 238 "//components/offline_pages/core:switches", |
| 239 "//components/omnibox/common", | 239 "//components/omnibox/common", |
| 240 "//components/password_manager/content/common:mojo_interfaces", | 240 "//components/password_manager/content/common:mojo_interfaces", |
| 241 "//components/password_manager/core/common", | 241 "//components/password_manager/core/common", |
| 242 "//components/policy:generated", | 242 "//components/policy:generated", |
| 243 "//components/policy/core/common", | 243 "//components/policy/core/common", |
| 244 "//components/prefs", | 244 "//components/prefs", |
| 245 "//components/safe_browsing/web_ui:constants", |
| 245 "//components/signin/core/common", | 246 "//components/signin/core/common", |
| 246 "//components/signin/core/common:signin_features", | 247 "//components/signin/core/common:signin_features", |
| 247 "//components/strings", | 248 "//components/strings", |
| 248 "//components/translate/content/common", | 249 "//components/translate/content/common", |
| 249 "//components/translate/core/common", | 250 "//components/translate/core/common", |
| 250 "//components/url_formatter", | 251 "//components/url_formatter", |
| 251 "//components/variations", | 252 "//components/variations", |
| 252 "//components/visitedlink/common", | 253 "//components/visitedlink/common", |
| 253 "//content/public/common", | 254 "//content/public/common", |
| 254 "//extensions/common:common_constants", | 255 "//extensions/common:common_constants", |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 | 708 |
| 708 mojom("page_load_metrics_mojom") { | 709 mojom("page_load_metrics_mojom") { |
| 709 sources = [ | 710 sources = [ |
| 710 "page_load_metrics/page_load_metrics.mojom", | 711 "page_load_metrics/page_load_metrics.mojom", |
| 711 ] | 712 ] |
| 712 | 713 |
| 713 public_deps = [ | 714 public_deps = [ |
| 714 "//mojo/common:common_custom_types", | 715 "//mojo/common:common_custom_types", |
| 715 ] | 716 ] |
| 716 } | 717 } |
| OLD | NEW |