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 12 matching lines...) Expand all Loading... |
23 "//components/bookmarks/common", | 23 "//components/bookmarks/common", |
24 "//components/bookmarks/managed", | 24 "//components/bookmarks/managed", |
25 "//components/bookmarks/test", | 25 "//components/bookmarks/test", |
26 "//components/captive_portal", | 26 "//components/captive_portal", |
27 "//components/cdm/browser", | 27 "//components/cdm/browser", |
28 "//components/cdm/common", | 28 "//components/cdm/common", |
29 "//components/cdm/renderer", | 29 "//components/cdm/renderer", |
30 "//components/cloud_devices/common", | 30 "//components/cloud_devices/common", |
31 "//components/chrome_apps", | 31 "//components/chrome_apps", |
32 "//components/component_updater", | 32 "//components/component_updater", |
| 33 "//components/compression", |
33 "//components/content_settings/core/browser", | 34 "//components/content_settings/core/browser", |
34 "//components/content_settings/core/common", | 35 "//components/content_settings/core/common", |
35 "//components/crash/app", | 36 "//components/crash/app", |
36 "//components/crash/browser", | 37 "//components/crash/browser", |
37 "//components/crx_file", | 38 "//components/crx_file", |
38 "//components/data_reduction_proxy/core/browser", | 39 "//components/data_reduction_proxy/core/browser", |
39 "//components/data_reduction_proxy/core/common", | 40 "//components/data_reduction_proxy/core/common", |
40 "//components/device_event_log", | 41 "//components/device_event_log", |
41 "//components/devtools_discovery", | 42 "//components/devtools_discovery", |
42 "//components/devtools_http_handler", | 43 "//components/devtools_http_handler", |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 | 580 |
580 deps = [ | 581 deps = [ |
581 "//base", | 582 "//base", |
582 "//base/test:test_support_perf", | 583 "//base/test:test_support_perf", |
583 "//testing/gtest", | 584 "//testing/gtest", |
584 "//testing/perf", | 585 "//testing/perf", |
585 "//content/test:test_support", | 586 "//content/test:test_support", |
586 "//components/visitedlink/browser", | 587 "//components/visitedlink/browser", |
587 ] | 588 ] |
588 } | 589 } |
OLD | NEW |