| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "//components/policy/core/common", | 205 "//components/policy/core/common", |
| 206 "//components/prefs", | 206 "//components/prefs", |
| 207 "//components/safe_browsing:csd_proto", | 207 "//components/safe_browsing:csd_proto", |
| 208 "//components/signin/core/common", | 208 "//components/signin/core/common", |
| 209 "//components/strings", | 209 "//components/strings", |
| 210 "//components/translate/content/common", | 210 "//components/translate/content/common", |
| 211 "//components/translate/core/common", | 211 "//components/translate/core/common", |
| 212 "//components/url_formatter", | 212 "//components/url_formatter", |
| 213 "//components/variations", | 213 "//components/variations", |
| 214 "//components/version_info", | 214 "//components/version_info", |
| 215 "//components/version_info:version_string", |
| 215 "//components/visitedlink/common", | 216 "//components/visitedlink/common", |
| 216 "//content/public/common", | 217 "//content/public/common", |
| 217 "//crypto", | 218 "//crypto", |
| 218 "//extensions/common:common_constants", | 219 "//extensions/common:common_constants", |
| 219 "//extensions/features", | 220 "//extensions/features", |
| 220 "//google_apis", | 221 "//google_apis", |
| 221 "//gpu/command_buffer/service", | 222 "//gpu/command_buffer/service", |
| 222 "//gpu/config", | 223 "//gpu/config", |
| 223 "//gpu/config:crash_keys", | 224 "//gpu/config:crash_keys", |
| 224 "//ipc", | 225 "//ipc", |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 | 752 |
| 752 mojom("page_load_metrics_mojom") { | 753 mojom("page_load_metrics_mojom") { |
| 753 sources = [ | 754 sources = [ |
| 754 "page_load_metrics/page_load_metrics.mojom", | 755 "page_load_metrics/page_load_metrics.mojom", |
| 755 ] | 756 ] |
| 756 | 757 |
| 757 public_deps = [ | 758 public_deps = [ |
| 758 "//mojo/common:common_custom_types", | 759 "//mojo/common:common_custom_types", |
| 759 ] | 760 ] |
| 760 } | 761 } |
| OLD | NEW |