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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 "//components/precache/content", | 85 "//components/precache/content", |
86 "//components/proxy_config", | 86 "//components/proxy_config", |
87 "//components/pref_registry", | 87 "//components/pref_registry", |
88 "//components/query_parser", | 88 "//components/query_parser", |
89 "//components/rappor", | 89 "//components/rappor", |
90 "//components/renderer_context_menu", | 90 "//components/renderer_context_menu", |
91 "//components/resources:components_resources", | 91 "//components/resources:components_resources", |
92 "//components/search", | 92 "//components/search", |
93 "//components/search_engines", | 93 "//components/search_engines", |
94 "//components/search_provider_logos", | 94 "//components/search_provider_logos", |
| 95 "//components/secure_display", |
95 "//components/sessions", | 96 "//components/sessions", |
96 "//components/signin/core/browser", | 97 "//components/signin/core/browser", |
97 "//components/startup_metric_utils", | 98 "//components/startup_metric_utils", |
98 "//components/strings", | 99 "//components/strings", |
99 "//components/sync_driver", | 100 "//components/sync_driver", |
100 "//components/tracing", | 101 "//components/tracing", |
101 "//components/tracing:startup_tracing", | 102 "//components/tracing:startup_tracing", |
102 "//components/translate/content/browser", | 103 "//components/translate/content/browser", |
103 "//components/translate/content/common", | 104 "//components/translate/content/common", |
104 "//components/translate/content/renderer", | 105 "//components/translate/content/renderer", |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 "//components/gcm_driver/instance_id:unit_tests", | 292 "//components/gcm_driver/instance_id:unit_tests", |
292 "//components/google/core/browser:unit_tests", | 293 "//components/google/core/browser:unit_tests", |
293 "//components/invalidation/impl:unittests", | 294 "//components/invalidation/impl:unittests", |
294 "//components/login:unit_tests", | 295 "//components/login:unit_tests", |
295 "//components/metrics:unit_tests", | 296 "//components/metrics:unit_tests", |
296 "//components/mime_util:unit_tests", | 297 "//components/mime_util:unit_tests", |
297 "//components/offline_pages:unit_tests", | 298 "//components/offline_pages:unit_tests", |
298 "//components/omnibox/browser:unit_tests", | 299 "//components/omnibox/browser:unit_tests", |
299 "//components/packed_ct_ev_whitelist:unit_tests", | 300 "//components/packed_ct_ev_whitelist:unit_tests", |
300 "//components/undo:unit_tests", | 301 "//components/undo:unit_tests", |
| 302 "//components/secure_display:unit_tests", |
301 "//components/update_client:unit_tests", | 303 "//components/update_client:unit_tests", |
302 "//components/variations:unit_tests", | 304 "//components/variations:unit_tests", |
303 "//components/webcrypto:unit_tests", | 305 "//components/webcrypto:unit_tests", |
304 "//components/web_resource:unit_tests", | 306 "//components/web_resource:unit_tests", |
305 "//components/webdata/common:unit_tests", | 307 "//components/webdata/common:unit_tests", |
306 | 308 |
307 # These are the deps required by the code in this target. | 309 # These are the deps required by the code in this target. |
308 "//base", | 310 "//base", |
309 "//base/test:test_support", | 311 "//base/test:test_support", |
310 "//content/test:test_support", | 312 "//content/test:test_support", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 | 442 |
441 deps = [ | 443 deps = [ |
442 "//base", | 444 "//base", |
443 "//base/test:test_support_perf", | 445 "//base/test:test_support_perf", |
444 "//testing/gtest", | 446 "//testing/gtest", |
445 "//testing/perf", | 447 "//testing/perf", |
446 "//content/test:test_support", | 448 "//content/test:test_support", |
447 "//components/visitedlink/browser", | 449 "//components/visitedlink/browser", |
448 ] | 450 ] |
449 } | 451 } |
OLD | NEW |