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/pref_registry", | 86 "//components/pref_registry", |
87 "//components/query_parser", | 87 "//components/query_parser", |
88 "//components/rappor", | 88 "//components/rappor", |
89 "//components/renderer_context_menu", | 89 "//components/renderer_context_menu", |
90 "//components/resources:components_resources", | 90 "//components/resources:components_resources", |
91 "//components/search", | 91 "//components/search", |
92 "//components/search_engines", | 92 "//components/search_engines", |
93 "//components/search_provider_logos", | 93 "//components/search_provider_logos", |
94 "//components/sessions", | 94 "//components/sessions", |
| 95 "//components/shared_memory_seqlock", |
95 "//components/signin/core/browser", | 96 "//components/signin/core/browser", |
96 "//components/startup_metric_utils", | 97 "//components/startup_metric_utils", |
97 "//components/strings", | 98 "//components/strings", |
98 "//components/sync_driver", | 99 "//components/sync_driver", |
99 "//components/tracing", | 100 "//components/tracing", |
100 "//components/translate/content/browser", | 101 "//components/translate/content/browser", |
101 "//components/translate/content/common", | 102 "//components/translate/content/common", |
102 "//components/translate/content/renderer", | 103 "//components/translate/content/renderer", |
103 "//components/translate/core/browser", | 104 "//components/translate/core/browser", |
104 "//components/translate/core/common", | 105 "//components/translate/core/common", |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 "//components/domain_reliability:unit_tests", | 279 "//components/domain_reliability:unit_tests", |
279 "//components/favicon_base:unit_tests", | 280 "//components/favicon_base:unit_tests", |
280 "//components/google/core/browser:unit_tests", | 281 "//components/google/core/browser:unit_tests", |
281 "//components/invalidation:unittests", | 282 "//components/invalidation:unittests", |
282 "//components/login:unit_tests", | 283 "//components/login:unit_tests", |
283 "//components/metrics:unit_tests", | 284 "//components/metrics:unit_tests", |
284 "//components/mime_util:unit_tests", | 285 "//components/mime_util:unit_tests", |
285 "//components/omnibox:unit_tests", | 286 "//components/omnibox:unit_tests", |
286 "//components/ownership:unit_tests", | 287 "//components/ownership:unit_tests", |
287 "//components/packed_ct_ev_whitelist:unit_tests", | 288 "//components/packed_ct_ev_whitelist:unit_tests", |
| 289 "//components/shared_memory_seqlock:unit_tests", |
288 "//components/undo:unit_tests", | 290 "//components/undo:unit_tests", |
289 "//components/update_client:unit_tests", | 291 "//components/update_client:unit_tests", |
290 "//components/variations:unit_tests", | 292 "//components/variations:unit_tests", |
291 "//components/web_resource:unit_tests", | 293 "//components/web_resource:unit_tests", |
292 "//components/webcrypto:unit_tests", | 294 "//components/webcrypto:unit_tests", |
293 "//components/webdata/common:unit_tests", | 295 "//components/webdata/common:unit_tests", |
294 | 296 |
295 # These are the deps required by the code in this target. | 297 # These are the deps required by the code in this target. |
296 "//base", | 298 "//base", |
297 "//base/test:test_support", | 299 "//base/test:test_support", |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 | 431 |
430 deps = [ | 432 deps = [ |
431 "//base", | 433 "//base", |
432 "//base/test:test_support_perf", | 434 "//base/test:test_support_perf", |
433 "//testing/gtest", | 435 "//testing/gtest", |
434 "//testing/perf", | 436 "//testing/perf", |
435 "//content/test:test_support", | 437 "//content/test:test_support", |
436 "//components/visitedlink/browser", | 438 "//components/visitedlink/browser", |
437 ] | 439 ] |
438 } | 440 } |
OLD | NEW |