| 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 24 matching lines...) Expand all Loading... |
| 35 "base/chrome_test_launcher.cc", | 35 "base/chrome_test_launcher.cc", |
| 36 "base/chrome_test_launcher.h", | 36 "base/chrome_test_launcher.h", |
| 37 "base/chrome_test_suite.cc", | 37 "base/chrome_test_suite.cc", |
| 38 "base/chrome_test_suite.h", | 38 "base/chrome_test_suite.h", |
| 39 "base/chrome_unit_test_suite.cc", | 39 "base/chrome_unit_test_suite.cc", |
| 40 "base/chrome_unit_test_suite.h", | 40 "base/chrome_unit_test_suite.h", |
| 41 "base/dialog_test_browser_window.cc", | 41 "base/dialog_test_browser_window.cc", |
| 42 "base/dialog_test_browser_window.h", | 42 "base/dialog_test_browser_window.h", |
| 43 "base/find_in_page_observer.cc", | 43 "base/find_in_page_observer.cc", |
| 44 "base/find_in_page_observer.h", | 44 "base/find_in_page_observer.h", |
| 45 "base/history_index_restore_observer.cc", | |
| 46 "base/history_index_restore_observer.h", | |
| 47 "base/scoped_browser_locale.cc", | 45 "base/scoped_browser_locale.cc", |
| 48 "base/scoped_browser_locale.h", | 46 "base/scoped_browser_locale.h", |
| 49 "base/scoped_bundle_swizzler_mac.h", | 47 "base/scoped_bundle_swizzler_mac.h", |
| 50 "base/scoped_bundle_swizzler_mac.mm", | 48 "base/scoped_bundle_swizzler_mac.mm", |
| 51 "base/scoped_testing_local_state.cc", | 49 "base/scoped_testing_local_state.cc", |
| 52 "base/scoped_testing_local_state.h", | 50 "base/scoped_testing_local_state.h", |
| 53 "base/search_test_utils.cc", | 51 "base/search_test_utils.cc", |
| 54 "base/search_test_utils.h", | 52 "base/search_test_utils.h", |
| 55 "base/test_browser_window.cc", | 53 "base/test_browser_window.cc", |
| 56 "base/test_browser_window.h", | 54 "base/test_browser_window.h", |
| (...skipping 2166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2223 if (is_android) { | 2221 if (is_android) { |
| 2224 android_library("unit_tests_java") { | 2222 android_library("unit_tests_java") { |
| 2225 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" | 2223 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" |
| 2226 deps = [ | 2224 deps = [ |
| 2227 "//base:base_java", | 2225 "//base:base_java", |
| 2228 "//chrome/android:chrome_java", | 2226 "//chrome/android:chrome_java", |
| 2229 "//content/public/android:content_java", | 2227 "//content/public/android:content_java", |
| 2230 ] | 2228 ] |
| 2231 } | 2229 } |
| 2232 } | 2230 } |
| OLD | NEW |