| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "//components/dom_distiller/core", | 191 "//components/dom_distiller/core", |
| 192 "//components/error_page/common", | 192 "//components/error_page/common", |
| 193 "//components/favicon_base", | 193 "//components/favicon_base", |
| 194 "//components/flags_ui:switches", | 194 "//components/flags_ui:switches", |
| 195 "//components/gcm_driver/common", | 195 "//components/gcm_driver/common", |
| 196 "//components/json_schema", | 196 "//components/json_schema", |
| 197 "//components/metrics", | 197 "//components/metrics", |
| 198 "//components/metrics:net", | 198 "//components/metrics:net", |
| 199 "//components/nacl/common:process_type", | 199 "//components/nacl/common:process_type", |
| 200 "//components/nacl/common:switches", | 200 "//components/nacl/common:switches", |
| 201 "//components/network_session_configurator/common", |
| 201 "//components/ntp_tiles", | 202 "//components/ntp_tiles", |
| 202 "//components/offline_pages/core:switches", | 203 "//components/offline_pages/core:switches", |
| 203 "//components/omnibox/common", | 204 "//components/omnibox/common", |
| 204 "//components/password_manager/content/common:mojo_interfaces", | 205 "//components/password_manager/content/common:mojo_interfaces", |
| 205 "//components/password_manager/core/common", | 206 "//components/password_manager/core/common", |
| 206 "//components/policy:generated", | 207 "//components/policy:generated", |
| 207 "//components/policy/core/common", | 208 "//components/policy/core/common", |
| 208 "//components/prefs", | 209 "//components/prefs", |
| 209 "//components/safe_browsing:csd_proto", | 210 "//components/safe_browsing:csd_proto", |
| 210 "//components/signin/core/common", | 211 "//components/signin/core/common", |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 | 768 |
| 768 mojom("page_load_metrics_mojom") { | 769 mojom("page_load_metrics_mojom") { |
| 769 sources = [ | 770 sources = [ |
| 770 "page_load_metrics/page_load_metrics.mojom", | 771 "page_load_metrics/page_load_metrics.mojom", |
| 771 ] | 772 ] |
| 772 | 773 |
| 773 public_deps = [ | 774 public_deps = [ |
| 774 "//mojo/common:common_custom_types", | 775 "//mojo/common:common_custom_types", |
| 775 ] | 776 ] |
| 776 } | 777 } |
| OLD | NEW |