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 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1662 | 1662 |
1663 if (is_android) { | 1663 if (is_android) { |
1664 sources += rebase_path( | 1664 sources += rebase_path( |
1665 chrome_tests_unit_gypi_values.chrome_unit_tests_offline_pages_source
s, | 1665 chrome_tests_unit_gypi_values.chrome_unit_tests_offline_pages_source
s, |
1666 ".", | 1666 ".", |
1667 "//chrome") | 1667 "//chrome") |
1668 sources -= [ "../browser/policy/policy_path_parser_unittest.cc" ] | 1668 sources -= [ "../browser/policy/policy_path_parser_unittest.cc" ] |
1669 deps += [ | 1669 deps += [ |
1670 ":unit_tests_java", | 1670 ":unit_tests_java", |
1671 "//components/offline_pages:test_support", | 1671 "//components/offline_pages:test_support", |
| 1672 "//content/public/test/android:content_java_test_support", |
| 1673 "//content/test:test_support", |
1672 "//v8:v8_external_startup_data_assets", | 1674 "//v8:v8_external_startup_data_assets", |
1673 google_play_services_resources, | 1675 google_play_services_resources, |
1674 ] | 1676 ] |
1675 deps -= [ "//third_party/libaddressinput" ] | 1677 deps -= [ "//third_party/libaddressinput" ] |
1676 | 1678 |
1677 android_manifest = | 1679 android_manifest = |
1678 "//chrome/test/android/unit_tests_apk/AndroidManifest.xml" | 1680 "//chrome/test/android/unit_tests_apk/AndroidManifest.xml" |
1679 enable_multidex = true | 1681 enable_multidex = true |
1680 isolate_file = "../unit_tests.isolate" | 1682 isolate_file = "../unit_tests.isolate" |
1681 | 1683 |
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2262 if (is_android) { | 2264 if (is_android) { |
2263 android_library("unit_tests_java") { | 2265 android_library("unit_tests_java") { |
2264 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2266 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
2265 deps = [ | 2267 deps = [ |
2266 "//base:base_java", | 2268 "//base:base_java", |
2267 "//chrome/android:chrome_java", | 2269 "//chrome/android:chrome_java", |
2268 "//content/public/android:content_java", | 2270 "//content/public/android:content_java", |
2269 ] | 2271 ] |
2270 } | 2272 } |
2271 } | 2273 } |
OLD | NEW |