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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
769 | 770 |
770 mojom("page_load_metrics_mojom") { | 771 mojom("page_load_metrics_mojom") { |
771 sources = [ | 772 sources = [ |
772 "page_load_metrics/page_load_metrics.mojom", | 773 "page_load_metrics/page_load_metrics.mojom", |
773 ] | 774 ] |
774 | 775 |
775 public_deps = [ | 776 public_deps = [ |
776 "//mojo/common:common_custom_types", | 777 "//mojo/common:common_custom_types", |
777 ] | 778 ] |
778 } | 779 } |
OLD | NEW |