| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "//components/plugins/common", | 111 "//components/plugins/common", |
| 112 "//components/plugins/renderer", | 112 "//components/plugins/renderer", |
| 113 "//components/power", | 113 "//components/power", |
| 114 "//components/precache/core", | 114 "//components/precache/core", |
| 115 "//components/precache/content", | 115 "//components/precache/content", |
| 116 "//components/proxy_config", | 116 "//components/proxy_config", |
| 117 "//components/query_parser", | 117 "//components/query_parser", |
| 118 "//components/rappor", | 118 "//components/rappor", |
| 119 "//components/renderer_context_menu", | 119 "//components/renderer_context_menu", |
| 120 "//components/resources:components_resources", | 120 "//components/resources:components_resources", |
| 121 "//components/safe_browsing_db", | |
| 122 "//components/search_provider_logos", | 121 "//components/search_provider_logos", |
| 123 "//components/security_interstitials/core", | 122 "//components/security_interstitials/core", |
| 124 "//components/sessions", | 123 "//components/sessions", |
| 125 "//components/signin/core/browser", | 124 "//components/signin/core/browser", |
| 126 "//components/ssl_config", | 125 "//components/ssl_config", |
| 127 "//components/startup_metric_utils", | 126 "//components/startup_metric_utils", |
| 128 "//components/sync_driver", | 127 "//components/sync_driver", |
| 129 "//components/sync_sessions", | 128 "//components/sync_sessions", |
| 130 "//components/tracing", | 129 "//components/tracing", |
| 131 "//components/tracing:startup_tracing", | 130 "//components/tracing:startup_tracing", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 "//components/packed_ct_ev_whitelist:unit_tests", | 380 "//components/packed_ct_ev_whitelist:unit_tests", |
| 382 "//components/password_manager/content/browser:unit_tests", | 381 "//components/password_manager/content/browser:unit_tests", |
| 383 "//components/password_manager/core/browser:unit_tests", | 382 "//components/password_manager/core/browser:unit_tests", |
| 384 "//components/password_manager/core/common:unit_tests", | 383 "//components/password_manager/core/common:unit_tests", |
| 385 "//components/password_manager/sync/browser:unit_tests", | 384 "//components/password_manager/sync/browser:unit_tests", |
| 386 "//components/precache/content:unit_tests", | 385 "//components/precache/content:unit_tests", |
| 387 "//components/precache/core:unit_tests", | 386 "//components/precache/core:unit_tests", |
| 388 "//components/proxy_config:unit_tests", | 387 "//components/proxy_config:unit_tests", |
| 389 "//components/query_parser:unit_tests", | 388 "//components/query_parser:unit_tests", |
| 390 "//components/rappor:unit_tests", | 389 "//components/rappor:unit_tests", |
| 391 "//components/safe_browsing_db:unit_tests", | |
| 392 "//components/search_engines:unit_tests", | 390 "//components/search_engines:unit_tests", |
| 393 "//components/search:unit_tests", | 391 "//components/search:unit_tests", |
| 394 "//components/search_provider_logos:unit_tests", | 392 "//components/search_provider_logos:unit_tests", |
| 395 "//components/signin/core/browser:unit_tests", | 393 "//components/signin/core/browser:unit_tests", |
| 396 "//components/ssl_config:unit_tests", | 394 "//components/ssl_config:unit_tests", |
| 397 "//components/sync_driver:unit_tests", | 395 "//components/sync_driver:unit_tests", |
| 398 "//components/sync_sessions:unit_tests", | 396 "//components/sync_sessions:unit_tests", |
| 399 "//components/translate/core/browser:unit_tests", | 397 "//components/translate/core/browser:unit_tests", |
| 400 "//components/translate/core/common:unit_tests", | 398 "//components/translate/core/common:unit_tests", |
| 401 "//components/translate/core/language_detection:unit_tests", | 399 "//components/translate/core/language_detection:unit_tests", |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 ] | 616 ] |
| 619 if (!is_ios) { | 617 if (!is_ios) { |
| 620 deps += [ | 618 deps += [ |
| 621 "//base", | 619 "//base", |
| 622 "//base/test:test_support_perf", | 620 "//base/test:test_support_perf", |
| 623 "//content/test:test_support", | 621 "//content/test:test_support", |
| 624 "//components/visitedlink/browser", | 622 "//components/visitedlink/browser", |
| 625 ] | 623 ] |
| 626 } | 624 } |
| 627 } | 625 } |
| OLD | NEW |