| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "//components/query_parser:unit_tests", | 109 "//components/query_parser:unit_tests", |
| 110 "//components/rappor:unit_tests", | 110 "//components/rappor:unit_tests", |
| 111 "//components/search:unit_tests", | 111 "//components/search:unit_tests", |
| 112 "//components/search_engines:unit_tests", | 112 "//components/search_engines:unit_tests", |
| 113 "//components/search_provider_logos:unit_tests", | 113 "//components/search_provider_logos:unit_tests", |
| 114 "//components/security_state:unit_tests", | 114 "//components/security_state:unit_tests", |
| 115 "//components/sessions:unit_tests", | 115 "//components/sessions:unit_tests", |
| 116 "//components/signin/core/browser:unit_tests", | 116 "//components/signin/core/browser:unit_tests", |
| 117 "//components/ssl_config:unit_tests", | 117 "//components/ssl_config:unit_tests", |
| 118 "//components/ssl_errors:unit_tests", | 118 "//components/ssl_errors:unit_tests", |
| 119 "//components/subresource_filter/core/browser:unit_tests", |
| 119 "//components/suggestions:unit_tests", | 120 "//components/suggestions:unit_tests", |
| 120 "//components/supervised_user_error_page:unit_tests", | 121 "//components/supervised_user_error_page:unit_tests", |
| 121 "//components/sync_bookmarks:unit_tests", | 122 "//components/sync_bookmarks:unit_tests", |
| 122 "//components/sync_driver:unit_tests", | 123 "//components/sync_driver:unit_tests", |
| 123 "//components/sync_sessions:unit_tests", | 124 "//components/sync_sessions:unit_tests", |
| 124 "//components/syncable_prefs:unit_tests", | 125 "//components/syncable_prefs:unit_tests", |
| 125 "//components/translate/core/browser:unit_tests", | 126 "//components/translate/core/browser:unit_tests", |
| 126 "//components/translate/core/common:unit_tests", | 127 "//components/translate/core/common:unit_tests", |
| 127 "//components/translate/core/language_detection:unit_tests", | 128 "//components/translate/core/language_detection:unit_tests", |
| 128 "//components/undo:unit_tests", | 129 "//components/undo:unit_tests", |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 "//base/test:test_support_perf", | 481 "//base/test:test_support_perf", |
| 481 "//components/scheduler", | 482 "//components/scheduler", |
| 482 "//components/visitedlink/browser", | 483 "//components/visitedlink/browser", |
| 483 "//content/test:test_support", | 484 "//content/test:test_support", |
| 484 "//testing/gtest", | 485 "//testing/gtest", |
| 485 "//testing/perf", | 486 "//testing/perf", |
| 486 "//url", | 487 "//url", |
| 487 ] | 488 ] |
| 488 } | 489 } |
| 489 } | 490 } |
| OLD | NEW |