| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "//components/offline_pages/background:unit_tests", | 100 "//components/offline_pages/background:unit_tests", |
| 101 "//components/offline_pages/core:unit_tests", | 101 "//components/offline_pages/core:unit_tests", |
| 102 "//components/offline_pages/downloads:unit_tests", | 102 "//components/offline_pages/downloads:unit_tests", |
| 103 "//components/offline_pages/request_header:unit_tests", | 103 "//components/offline_pages/request_header:unit_tests", |
| 104 "//components/omnibox/browser:unit_tests", | 104 "//components/omnibox/browser:unit_tests", |
| 105 "//components/open_from_clipboard:unit_tests", | 105 "//components/open_from_clipboard:unit_tests", |
| 106 "//components/os_crypt:unit_tests", | 106 "//components/os_crypt:unit_tests", |
| 107 "//components/password_manager/core/browser:unit_tests", | 107 "//components/password_manager/core/browser:unit_tests", |
| 108 "//components/password_manager/core/common:unit_tests", | 108 "//components/password_manager/core/common:unit_tests", |
| 109 "//components/password_manager/sync/browser:unit_tests", | 109 "//components/password_manager/sync/browser:unit_tests", |
| 110 "//components/payments:unit_tests", |
| 110 "//components/physical_web/data_source:unit_tests", | 111 "//components/physical_web/data_source:unit_tests", |
| 111 "//components/precache/core:unit_tests", | 112 "//components/precache/core:unit_tests", |
| 112 "//components/prefs:unit_tests", | 113 "//components/prefs:unit_tests", |
| 113 "//components/previews/core:unit_tests", | 114 "//components/previews/core:unit_tests", |
| 114 "//components/proxy_config:unit_tests", | 115 "//components/proxy_config:unit_tests", |
| 115 "//components/query_parser:unit_tests", | 116 "//components/query_parser:unit_tests", |
| 116 "//components/rappor:unit_tests", | 117 "//components/rappor:unit_tests", |
| 117 "//components/search:unit_tests", | 118 "//components/search:unit_tests", |
| 118 "//components/search_engines:unit_tests", | 119 "//components/search_engines:unit_tests", |
| 119 "//components/search_provider_logos:unit_tests", | 120 "//components/search_provider_logos:unit_tests", |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 | 472 |
| 472 deps = [ | 473 deps = [ |
| 473 "//base", | 474 "//base", |
| 474 "//components/test:test_support", | 475 "//components/test:test_support", |
| 475 "//components/visitedlink/browser", | 476 "//components/visitedlink/browser", |
| 476 "//testing/perf", | 477 "//testing/perf", |
| 477 "//url", | 478 "//url", |
| 478 ] | 479 ] |
| 479 } | 480 } |
| 480 } | 481 } |
| OLD | NEW |