| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 ":page_load_metrics_mojom", | 172 ":page_load_metrics_mojom", |
| 173 "//base:base", | 173 "//base:base", |
| 174 "//base:base_static", | 174 "//base:base_static", |
| 175 "//base:i18n", | 175 "//base:i18n", |
| 176 "//chrome:resources", | 176 "//chrome:resources", |
| 177 "//chrome:strings", | 177 "//chrome:strings", |
| 178 "//chrome/app/theme:theme_resources", | 178 "//chrome/app/theme:theme_resources", |
| 179 "//chrome/common:constants", | 179 "//chrome/common:constants", |
| 180 "//chrome/common/media_router/mojo:dial_utility_interfaces", | 180 "//chrome/common/media_router/mojo:dial_utility_interfaces", |
| 181 "//chrome/common/net", | 181 "//chrome/common/net", |
| 182 "//chrome/common/profiling", |
| 182 "//chrome/common/safe_browsing:proto", | 183 "//chrome/common/safe_browsing:proto", |
| 183 "//chrome/installer/util:with_no_strings", | 184 "//chrome/installer/util:with_no_strings", |
| 184 "//components/autofill/content/common:ipc_traits", | 185 "//components/autofill/content/common:ipc_traits", |
| 185 "//components/autofill/core/common", | 186 "//components/autofill/core/common", |
| 186 "//components/cast_certificate", | 187 "//components/cast_certificate", |
| 187 "//components/cdm/common", | 188 "//components/cdm/common", |
| 188 "//components/cloud_devices/common", | 189 "//components/cloud_devices/common", |
| 189 "//components/component_updater", | 190 "//components/component_updater", |
| 190 "//components/content_settings/core/common", | 191 "//components/content_settings/core/common", |
| 191 "//components/crash/core/common", | 192 "//components/crash/core/common", |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 | 772 |
| 772 mojom("page_load_metrics_mojom") { | 773 mojom("page_load_metrics_mojom") { |
| 773 sources = [ | 774 sources = [ |
| 774 "page_load_metrics/page_load_metrics.mojom", | 775 "page_load_metrics/page_load_metrics.mojom", |
| 775 ] | 776 ] |
| 776 | 777 |
| 777 public_deps = [ | 778 public_deps = [ |
| 778 "//mojo/common:common_custom_types", | 779 "//mojo/common:common_custom_types", |
| 779 ] | 780 ] |
| 780 } | 781 } |
| OLD | NEW |