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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "//components/resources:components_resources", | 100 "//components/resources:components_resources", |
101 "//components/search", | 101 "//components/search", |
102 "//components/search_engines", | 102 "//components/search_engines", |
103 "//components/search_provider_logos", | 103 "//components/search_provider_logos", |
104 "//components/security_interstitials/core", | 104 "//components/security_interstitials/core", |
105 "//components/sessions", | 105 "//components/sessions", |
106 "//components/signin/core/browser", | 106 "//components/signin/core/browser", |
107 "//components/startup_metric_utils", | 107 "//components/startup_metric_utils", |
108 "//components/strings", | 108 "//components/strings", |
109 "//components/sync_driver", | 109 "//components/sync_driver", |
| 110 "//components/syncable_prefs", |
110 "//components/tracing", | 111 "//components/tracing", |
111 "//components/tracing:startup_tracing", | 112 "//components/tracing:startup_tracing", |
112 "//components/translate/content/browser", | 113 "//components/translate/content/browser", |
113 "//components/translate/content/common", | 114 "//components/translate/content/common", |
114 "//components/translate/content/renderer", | 115 "//components/translate/content/renderer", |
115 "//components/translate/core/browser", | 116 "//components/translate/core/browser", |
116 "//components/translate/core/common", | 117 "//components/translate/core/common", |
117 "//components/ui/zoom", | 118 "//components/ui/zoom", |
118 "//components/undo", | 119 "//components/undo", |
119 "//components/update_client", | 120 "//components/update_client", |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "//components/precache/core:unit_tests", | 357 "//components/precache/core:unit_tests", |
357 "//components/proxy_config:unit_tests", | 358 "//components/proxy_config:unit_tests", |
358 "//components/query_parser:unit_tests", | 359 "//components/query_parser:unit_tests", |
359 "//components/rappor:unit_tests", | 360 "//components/rappor:unit_tests", |
360 "//components/search:unit_tests", | 361 "//components/search:unit_tests", |
361 "//components/search_engines:unit_tests", | 362 "//components/search_engines:unit_tests", |
362 "//components/search_provider_logos:unit_tests", | 363 "//components/search_provider_logos:unit_tests", |
363 "//components/signin/core/browser:unit_tests", | 364 "//components/signin/core/browser:unit_tests", |
364 "//components/suggestions:unit_tests", | 365 "//components/suggestions:unit_tests", |
365 "//components/sync_driver:unit_tests", | 366 "//components/sync_driver:unit_tests", |
| 367 "//components/syncable_prefs:unit_tests", |
366 "//components/translate/core/browser:unit_tests", | 368 "//components/translate/core/browser:unit_tests", |
367 "//components/translate/core/common:unit_tests", | 369 "//components/translate/core/common:unit_tests", |
368 "//components/translate/core/language_detection:unit_tests", | 370 "//components/translate/core/language_detection:unit_tests", |
369 "//components/undo:unit_tests", | 371 "//components/undo:unit_tests", |
370 "//components/url_formatter:unit_tests", | 372 "//components/url_formatter:unit_tests", |
371 "//components/url_matcher:unit_tests", | 373 "//components/url_matcher:unit_tests", |
372 "//components/update_client:unit_tests", | 374 "//components/update_client:unit_tests", |
373 "//components/upload_list:unit_tests", | 375 "//components/upload_list:unit_tests", |
374 "//components/user_prefs/tracked:unit_tests", | 376 "//components/user_prefs/tracked:unit_tests", |
375 "//components/variations:unit_tests", | 377 "//components/variations:unit_tests", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 | 592 |
591 deps = [ | 593 deps = [ |
592 "//base", | 594 "//base", |
593 "//base/test:test_support_perf", | 595 "//base/test:test_support_perf", |
594 "//testing/gtest", | 596 "//testing/gtest", |
595 "//testing/perf", | 597 "//testing/perf", |
596 "//content/test:test_support", | 598 "//content/test:test_support", |
597 "//components/visitedlink/browser", | 599 "//components/visitedlink/browser", |
598 ] | 600 ] |
599 } | 601 } |
OLD | NEW |