| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "//components/variations", | 147 "//components/variations", |
| 148 "//components/variations/service", | 148 "//components/variations/service", |
| 149 "//components/version_info", | 149 "//components/version_info", |
| 150 "//components/visitedlink/browser", | 150 "//components/visitedlink/browser", |
| 151 "//components/visitedlink/common", | 151 "//components/visitedlink/common", |
| 152 "//components/visitedlink/renderer", | 152 "//components/visitedlink/renderer", |
| 153 "//components/wallpaper", | 153 "//components/wallpaper", |
| 154 "//components/web_cache/browser", | 154 "//components/web_cache/browser", |
| 155 "//components/web_cache/common", | 155 "//components/web_cache/common", |
| 156 "//components/web_cache/renderer", | 156 "//components/web_cache/renderer", |
| 157 "//components/web_input", |
| 157 "//components/web_modal", | 158 "//components/web_modal", |
| 158 "//components/web_resource", | 159 "//components/web_resource", |
| 159 "//components/webcrypto", | 160 "//components/webcrypto", |
| 160 "//components/webdata/common", | 161 "//components/webdata/common", |
| 161 "//components/wifi", | 162 "//components/wifi", |
| 162 "//components/wifi_sync", | 163 "//components/wifi_sync", |
| 163 "//components/app_modal", | 164 "//components/app_modal", |
| 164 "//components/browsing_data", | 165 "//components/browsing_data", |
| 165 "//components/certificate_transparency", | 166 "//components/certificate_transparency", |
| 166 "//components/guest_view/browser", | 167 "//components/guest_view/browser", |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 "//components/translate/core/common:unit_tests", | 414 "//components/translate/core/common:unit_tests", |
| 414 "//components/translate/core/language_detection:unit_tests", | 415 "//components/translate/core/language_detection:unit_tests", |
| 415 "//components/url_formatter:unit_tests", | 416 "//components/url_formatter:unit_tests", |
| 416 "//components/url_matcher:unit_tests", | 417 "//components/url_matcher:unit_tests", |
| 417 "//components/update_client:unit_tests", | 418 "//components/update_client:unit_tests", |
| 418 "//components/upload_list:unit_tests", | 419 "//components/upload_list:unit_tests", |
| 419 "//components/user_prefs/tracked:unit_tests", | 420 "//components/user_prefs/tracked:unit_tests", |
| 420 "//components/variations:unit_tests", | 421 "//components/variations:unit_tests", |
| 421 "//components/variations/service:unit_tests", | 422 "//components/variations/service:unit_tests", |
| 422 "//components/wallpaper:unit_tests", | 423 "//components/wallpaper:unit_tests", |
| 424 "//components/web_input:unit_tests", |
| 423 "//components/web_resource:unit_tests", | 425 "//components/web_resource:unit_tests", |
| 424 "//components/webcrypto:unit_tests", | 426 "//components/webcrypto:unit_tests", |
| 425 "//components/webdata/common:unit_tests", | 427 "//components/webdata/common:unit_tests", |
| 426 | 428 |
| 427 # These are the deps required by the code in this target. | 429 # These are the deps required by the code in this target. |
| 428 "//components/policy:policy_component", | 430 "//components/policy:policy_component", |
| 429 "//content/test:test_support", | 431 "//content/test:test_support", |
| 430 ] | 432 ] |
| 431 | 433 |
| 432 if (!is_android) { | 434 if (!is_android) { |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 ] | 629 ] |
| 628 if (!is_ios) { | 630 if (!is_ios) { |
| 629 deps += [ | 631 deps += [ |
| 630 "//base", | 632 "//base", |
| 631 "//base/test:test_support_perf", | 633 "//base/test:test_support_perf", |
| 632 "//content/test:test_support", | 634 "//content/test:test_support", |
| 633 "//components/visitedlink/browser", | 635 "//components/visitedlink/browser", |
| 634 ] | 636 ] |
| 635 } | 637 } |
| 636 } | 638 } |
| OLD | NEW |