| 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 if (is_android) { | 10 if (is_android) { |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "//base/test:test_support", | 59 "//base/test:test_support", |
| 60 "//components/auto_login_parser:unit_tests", | 60 "//components/auto_login_parser:unit_tests", |
| 61 "//components/autofill/core/browser:unit_tests", | 61 "//components/autofill/core/browser:unit_tests", |
| 62 "//components/autofill/core/common:unit_tests", | 62 "//components/autofill/core/common:unit_tests", |
| 63 "//components/bookmarks/browser:unit_tests", | 63 "//components/bookmarks/browser:unit_tests", |
| 64 "//components/bookmarks/managed:unit_tests", | 64 "//components/bookmarks/managed:unit_tests", |
| 65 "//components/browser_sync/browser:unit_tests", | 65 "//components/browser_sync/browser:unit_tests", |
| 66 "//components/browsing_data_ui:unit_tests", | 66 "//components/browsing_data_ui:unit_tests", |
| 67 "//components/bubble:unit_tests", | 67 "//components/bubble:unit_tests", |
| 68 "//components/captive_portal:unit_tests", | 68 "//components/captive_portal:unit_tests", |
| 69 "//components/certificate_reporting:unit_tests", | |
| 70 "//components/client_update_protocol:unit_tests", | 69 "//components/client_update_protocol:unit_tests", |
| 71 "//components/cloud_devices/common:unit_tests", | 70 "//components/cloud_devices/common:unit_tests", |
| 72 "//components/component_updater:unit_tests", | 71 "//components/component_updater:unit_tests", |
| 73 "//components/content_settings/core/browser:unit_tests", | 72 "//components/content_settings/core/browser:unit_tests", |
| 74 "//components/content_settings/core/common:unit_tests", | 73 "//components/content_settings/core/common:unit_tests", |
| 75 "//components/crx_file:unit_tests", | 74 "//components/crx_file:unit_tests", |
| 76 "//components/data_reduction_proxy/core/browser:unit_tests", | 75 "//components/data_reduction_proxy/core/browser:unit_tests", |
| 77 "//components/data_reduction_proxy/core/common:unit_tests", | 76 "//components/data_reduction_proxy/core/common:unit_tests", |
| 78 "//components/data_usage/core:unit_tests", | 77 "//components/data_usage/core:unit_tests", |
| 79 "//components/device_event_log:unit_tests", | 78 "//components/device_event_log:unit_tests", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 if (current_cpu != "arm") { | 163 if (current_cpu != "arm") { |
| 165 # TODO(GYP): iOS arm builds of libwebp don't work yet. | 164 # TODO(GYP): iOS arm builds of libwebp don't work yet. |
| 166 deps += [ "//components/webp_transcode:unit_tests" ] | 165 deps += [ "//components/webp_transcode:unit_tests" ] |
| 167 } | 166 } |
| 168 } else { # !iOS | 167 } else { # !iOS |
| 169 deps += [ | 168 deps += [ |
| 170 "//components/autofill/content/browser:unit_tests", | 169 "//components/autofill/content/browser:unit_tests", |
| 171 "//components/autofill/content/public/cpp:unit_tests", | 170 "//components/autofill/content/public/cpp:unit_tests", |
| 172 "//components/autofill/content/renderer:unit_tests", | 171 "//components/autofill/content/renderer:unit_tests", |
| 173 "//components/cast_certificate:unit_tests", | 172 "//components/cast_certificate:unit_tests", |
| 173 "//components/certificate_reporting:unit_tests", |
| 174 "//components/certificate_transparency:unit_tests", | 174 "//components/certificate_transparency:unit_tests", |
| 175 "//components/crash/content/app:unit_tests", | 175 "//components/crash/content/app:unit_tests", |
| 176 "//components/crash/core/common:unit_tests", | 176 "//components/crash/core/common:unit_tests", |
| 177 "//components/data_reduction_proxy/content/browser:unit_tests", | 177 "//components/data_reduction_proxy/content/browser:unit_tests", |
| 178 "//components/data_use_measurement/content:unit_tests", | 178 "//components/data_use_measurement/content:unit_tests", |
| 179 "//components/devtools_http_handler:unit_tests", | 179 "//components/devtools_http_handler:unit_tests", |
| 180 "//components/display_compositor:unit_tests", | 180 "//components/display_compositor:unit_tests", |
| 181 "//components/dom_distiller/content/browser:unit_tests", | 181 "//components/dom_distiller/content/browser:unit_tests", |
| 182 "//components/domain_reliability:unit_tests", | 182 "//components/domain_reliability:unit_tests", |
| 183 "//components/error_page/renderer:unit_tests", | 183 "//components/error_page/renderer:unit_tests", |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 "//base/test:test_support_perf", | 490 "//base/test:test_support_perf", |
| 491 "//components/scheduler", | 491 "//components/scheduler", |
| 492 "//components/visitedlink/browser", | 492 "//components/visitedlink/browser", |
| 493 "//content/test:test_support", | 493 "//content/test:test_support", |
| 494 "//testing/gtest", | 494 "//testing/gtest", |
| 495 "//testing/perf", | 495 "//testing/perf", |
| 496 "//url", | 496 "//url", |
| 497 ] | 497 ] |
| 498 } | 498 } |
| 499 } | 499 } |
| OLD | NEW |