| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "//components/history/core/test:test", | 104 "//components/history/core/test:test", |
| 105 "//components/metrics:test_support", | 105 "//components/metrics:test_support", |
| 106 "//components/omnibox/browser:test_support", | 106 "//components/omnibox/browser:test_support", |
| 107 "//components/password_manager/core/browser:test_support", | 107 "//components/password_manager/core/browser:test_support", |
| 108 "//components/pref_registry:test_support", | 108 "//components/pref_registry:test_support", |
| 109 "//components/prefs:test_support", | 109 "//components/prefs:test_support", |
| 110 "//components/rappor:test_support", | 110 "//components/rappor:test_support", |
| 111 "//components/search_engines:test_support", | 111 "//components/search_engines:test_support", |
| 112 "//components/signin/core/browser:test_support", | 112 "//components/signin/core/browser:test_support", |
| 113 "//components/sync", | 113 "//components/sync", |
| 114 "//components/sync_driver:test_support", | 114 "//components/sync:test_support_sync_driver", |
| 115 "//components/sync_sessions:test_support", | 115 "//components/sync_sessions:test_support", |
| 116 "//components/syncable_prefs:test_support", | 116 "//components/syncable_prefs:test_support", |
| 117 "//components/toolbar:test_support", | 117 "//components/toolbar:test_support", |
| 118 "//components/update_client:test_support", | 118 "//components/update_client:test_support", |
| 119 "//components/zoom:test_support", | 119 "//components/zoom:test_support", |
| 120 "//content/public/app:both", | 120 "//content/public/app:both", |
| 121 "//content/test:test_support", | 121 "//content/test:test_support", |
| 122 "//net", | 122 "//net", |
| 123 "//net:test_support", | 123 "//net:test_support", |
| 124 "//skia", | 124 "//skia", |
| (...skipping 2357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2482 if (is_android) { | 2482 if (is_android) { |
| 2483 android_library("unit_tests_java") { | 2483 android_library("unit_tests_java") { |
| 2484 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2484 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2485 deps = [ | 2485 deps = [ |
| 2486 "//base:base_java", | 2486 "//base:base_java", |
| 2487 "//chrome/android:chrome_java", | 2487 "//chrome/android:chrome_java", |
| 2488 "//content/public/android:content_java", | 2488 "//content/public/android:content_java", |
| 2489 ] | 2489 ] |
| 2490 } | 2490 } |
| 2491 } | 2491 } |
| OLD | NEW |