| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "//components/password_manager/core/browser:test_support", | 103 "//components/password_manager/core/browser:test_support", |
| 104 "//components/pref_registry:test_support", | 104 "//components/pref_registry:test_support", |
| 105 "//components/prefs:test_support", | 105 "//components/prefs:test_support", |
| 106 "//components/rappor:test_support", | 106 "//components/rappor:test_support", |
| 107 "//components/search_engines:test_support", | 107 "//components/search_engines:test_support", |
| 108 "//components/signin/core/browser:test_support", | 108 "//components/signin/core/browser:test_support", |
| 109 "//components/sync_driver:test_support", | 109 "//components/sync_driver:test_support", |
| 110 "//components/sync_sessions:test_support", | 110 "//components/sync_sessions:test_support", |
| 111 "//components/syncable_prefs:test_support", | 111 "//components/syncable_prefs:test_support", |
| 112 "//components/toolbar:test_support", | 112 "//components/toolbar:test_support", |
| 113 "//components/ui/zoom:test_support", | |
| 114 "//components/update_client:test_support", | 113 "//components/update_client:test_support", |
| 114 "//components/zoom:test_support", |
| 115 "//content/public/app:both", | 115 "//content/public/app:both", |
| 116 "//content/test:test_support", | 116 "//content/test:test_support", |
| 117 "//net", | 117 "//net", |
| 118 "//net:test_support", | 118 "//net:test_support", |
| 119 "//skia", | 119 "//skia", |
| 120 "//sql", | 120 "//sql", |
| 121 "//sql:test_support", | 121 "//sql:test_support", |
| 122 "//sync", | 122 "//sync", |
| 123 "//testing/gmock", | 123 "//testing/gmock", |
| 124 "//testing/gtest", | 124 "//testing/gtest", |
| (...skipping 2258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2383 if (is_android) { | 2383 if (is_android) { |
| 2384 android_library("unit_tests_java") { | 2384 android_library("unit_tests_java") { |
| 2385 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2385 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2386 deps = [ | 2386 deps = [ |
| 2387 "//base:base_java", | 2387 "//base:base_java", |
| 2388 "//chrome/android:chrome_java", | 2388 "//chrome/android:chrome_java", |
| 2389 "//content/public/android:content_java", | 2389 "//content/public/android:content_java", |
| 2390 ] | 2390 ] |
| 2391 } | 2391 } |
| 2392 } | 2392 } |
| OLD | NEW |