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/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 # Collection of all components. You wouldn't link to this, but this is rather | 10 # Collection of all components. You wouldn't link to this, but this is rather |
(...skipping 14 matching lines...) Expand all Loading... |
25 "//components/cdm/browser", | 25 "//components/cdm/browser", |
26 "//components/cdm/common", | 26 "//components/cdm/common", |
27 "//components/cdm/renderer", | 27 "//components/cdm/renderer", |
28 "//components/cloud_devices/common", | 28 "//components/cloud_devices/common", |
29 "//components/component_updater", | 29 "//components/component_updater", |
30 "//components/content_settings/core/browser", | 30 "//components/content_settings/core/browser", |
31 "//components/content_settings/core/common", | 31 "//components/content_settings/core/common", |
32 "//components/crash/app", | 32 "//components/crash/app", |
33 "//components/crash/browser", | 33 "//components/crash/browser", |
34 "//components/crx_file", | 34 "//components/crx_file", |
| 35 "//components/demo_ui", |
35 "//components/data_reduction_proxy/core/browser", | 36 "//components/data_reduction_proxy/core/browser", |
36 "//components/data_reduction_proxy/core/common", | 37 "//components/data_reduction_proxy/core/common", |
37 "//components/device_event_log", | 38 "//components/device_event_log", |
38 "//components/dom_distiller/core", | 39 "//components/dom_distiller/core", |
39 "//components/domain_reliability", | 40 "//components/domain_reliability", |
40 "//components/enhanced_bookmarks", | 41 "//components/enhanced_bookmarks", |
41 "//components/favicon/core", | 42 "//components/favicon/core", |
42 "//components/favicon_base", | 43 "//components/favicon_base", |
43 "//components/feedback", | 44 "//components/feedback", |
44 "//components/gcm_driver", | 45 "//components/gcm_driver", |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 | 301 |
301 output = "$root_out_dir/components_tests_resources.pak" | 302 output = "$root_out_dir/components_tests_resources.pak" |
302 | 303 |
303 deps = [ | 304 deps = [ |
304 "//components/resources", | 305 "//components/resources", |
305 "//components/strings", | 306 "//components/strings", |
306 "//ui/resources", | 307 "//ui/resources", |
307 "//ui/strings", | 308 "//ui/strings", |
308 ] | 309 ] |
309 } | 310 } |
OLD | NEW |