| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "//components/precache/content", | 114 "//components/precache/content", |
| 115 "//components/proxy_config", | 115 "//components/proxy_config", |
| 116 "//components/query_parser", | 116 "//components/query_parser", |
| 117 "//components/rappor", | 117 "//components/rappor", |
| 118 "//components/renderer_context_menu", | 118 "//components/renderer_context_menu", |
| 119 "//components/resources:components_resources", | 119 "//components/resources:components_resources", |
| 120 "//components/search_provider_logos", | 120 "//components/search_provider_logos", |
| 121 "//components/security_interstitials/core", | 121 "//components/security_interstitials/core", |
| 122 "//components/sessions", | 122 "//components/sessions", |
| 123 "//components/signin/core/browser", | 123 "//components/signin/core/browser", |
| 124 "//components/ssl_config", |
| 124 "//components/startup_metric_utils", | 125 "//components/startup_metric_utils", |
| 125 "//components/sync_driver", | 126 "//components/sync_driver", |
| 126 "//components/sync_sessions", | 127 "//components/sync_sessions", |
| 127 "//components/tracing", | 128 "//components/tracing", |
| 128 "//components/tracing:startup_tracing", | 129 "//components/tracing:startup_tracing", |
| 129 "//components/translate/content/browser", | 130 "//components/translate/content/browser", |
| 130 "//components/translate/content/common", | 131 "//components/translate/content/common", |
| 131 "//components/translate/content/renderer", | 132 "//components/translate/content/renderer", |
| 132 "//components/translate/core/browser", | 133 "//components/translate/core/browser", |
| 133 "//components/translate/core/common", | 134 "//components/translate/core/common", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 "//components/password_manager/sync/browser:unit_tests", | 379 "//components/password_manager/sync/browser:unit_tests", |
| 379 "//components/precache/content:unit_tests", | 380 "//components/precache/content:unit_tests", |
| 380 "//components/precache/core:unit_tests", | 381 "//components/precache/core:unit_tests", |
| 381 "//components/proxy_config:unit_tests", | 382 "//components/proxy_config:unit_tests", |
| 382 "//components/query_parser:unit_tests", | 383 "//components/query_parser:unit_tests", |
| 383 "//components/rappor:unit_tests", | 384 "//components/rappor:unit_tests", |
| 384 "//components/search_engines:unit_tests", | 385 "//components/search_engines:unit_tests", |
| 385 "//components/search:unit_tests", | 386 "//components/search:unit_tests", |
| 386 "//components/search_provider_logos:unit_tests", | 387 "//components/search_provider_logos:unit_tests", |
| 387 "//components/signin/core/browser:unit_tests", | 388 "//components/signin/core/browser:unit_tests", |
| 389 "//components/ssl_config:unit_tests", |
| 388 "//components/sync_driver:unit_tests", | 390 "//components/sync_driver:unit_tests", |
| 389 "//components/sync_sessions:unit_tests", | 391 "//components/sync_sessions:unit_tests", |
| 390 "//components/translate/core/browser:unit_tests", | 392 "//components/translate/core/browser:unit_tests", |
| 391 "//components/translate/core/common:unit_tests", | 393 "//components/translate/core/common:unit_tests", |
| 392 "//components/translate/core/language_detection:unit_tests", | 394 "//components/translate/core/language_detection:unit_tests", |
| 393 "//components/url_formatter:unit_tests", | 395 "//components/url_formatter:unit_tests", |
| 394 "//components/url_matcher:unit_tests", | 396 "//components/url_matcher:unit_tests", |
| 395 "//components/update_client:unit_tests", | 397 "//components/update_client:unit_tests", |
| 396 "//components/upload_list:unit_tests", | 398 "//components/upload_list:unit_tests", |
| 397 "//components/user_prefs/tracked:unit_tests", | 399 "//components/user_prefs/tracked:unit_tests", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 ] | 598 ] |
| 597 if (!is_ios) { | 599 if (!is_ios) { |
| 598 deps += [ | 600 deps += [ |
| 599 "//base", | 601 "//base", |
| 600 "//base/test:test_support_perf", | 602 "//base/test:test_support_perf", |
| 601 "//content/test:test_support", | 603 "//content/test:test_support", |
| 602 "//components/visitedlink/browser", | 604 "//components/visitedlink/browser", |
| 603 ] | 605 ] |
| 604 } | 606 } |
| 605 } | 607 } |
| OLD | NEW |