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("//chrome/common/features.gni") | 6 import("//chrome/common/features.gni") |
7 import("//chrome/version.gni") | 7 import("//chrome/version.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
10 | 10 |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 "//chrome/common/variations:fieldtrial_testing_config", | 162 "//chrome/common/variations:fieldtrial_testing_config", |
163 "//chrome/installer/util:with_no_strings", | 163 "//chrome/installer/util:with_no_strings", |
164 "//components/autofill/content/common", | 164 "//components/autofill/content/common", |
165 "//components/autofill/core/common", | 165 "//components/autofill/core/common", |
166 "//components/cast_certificate", | 166 "//components/cast_certificate", |
167 "//components/cdm/common", | 167 "//components/cdm/common", |
168 "//components/cloud_devices/common", | 168 "//components/cloud_devices/common", |
169 "//components/component_updater", | 169 "//components/component_updater", |
170 "//components/content_settings/core/common", | 170 "//components/content_settings/core/common", |
171 "//components/crash/core/common", | 171 "//components/crash/core/common", |
172 "//components/data_reduction_proxy/content/common", | |
173 "//components/dom_distiller/core", | 172 "//components/dom_distiller/core", |
174 "//components/error_page/common", | 173 "//components/error_page/common", |
175 "//components/favicon_base", | 174 "//components/favicon_base", |
176 "//components/flags_ui:switches", | 175 "//components/flags_ui:switches", |
177 "//components/gcm_driver/common", | 176 "//components/gcm_driver/common", |
178 "//components/json_schema", | 177 "//components/json_schema", |
179 "//components/metrics", | 178 "//components/metrics", |
180 "//components/metrics:net", | 179 "//components/metrics:net", |
181 "//components/nacl/common:process_type", | 180 "//components/nacl/common:process_type", |
182 "//components/nacl/common:switches", | 181 "//components/nacl/common:switches", |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 "resource_usage_reporter.mojom", | 641 "resource_usage_reporter.mojom", |
643 "shell_handler_win.mojom", | 642 "shell_handler_win.mojom", |
644 ] | 643 ] |
645 | 644 |
646 public_deps = [ | 645 public_deps = [ |
647 "//skia/public/interfaces", | 646 "//skia/public/interfaces", |
648 ] | 647 ] |
649 | 648 |
650 use_new_wrapper_types = false | 649 use_new_wrapper_types = false |
651 } | 650 } |
OLD | NEW |