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/android/rules.gni") | 5 import("//build/config/android/rules.gni") |
6 | 6 |
7 # GYP: //chrome/chrome_tests.gypi:chrome_java_test_support | 7 # GYP: //chrome/chrome_tests.gypi:chrome_java_test_support |
8 android_library("chrome_java_test_support") { | 8 android_library("chrome_java_test_support") { |
9 testonly = true | 9 testonly = true |
10 DEPRECATED_java_in_dir = "javatests/src" | 10 DEPRECATED_java_in_dir = "javatests/src" |
(...skipping 12 matching lines...) Expand all Loading... | |
23 "//net/android:net_java", | 23 "//net/android:net_java", |
24 "//net/android:net_java_test_support", | 24 "//net/android:net_java_test_support", |
25 "//sync:sync_java_test_support", | 25 "//sync:sync_java_test_support", |
26 "//sync/android:sync_java", | 26 "//sync/android:sync_java", |
27 "//testing/android/reporter:reporter_java", | 27 "//testing/android/reporter:reporter_java", |
28 "//third_party/android_tools:android_support_v13_java", | 28 "//third_party/android_tools:android_support_v13_java", |
29 "//third_party/android_tools:android_support_v7_appcompat_java", | 29 "//third_party/android_tools:android_support_v7_appcompat_java", |
30 "//third_party/android_tools:legacy_http_javalib", | 30 "//third_party/android_tools:legacy_http_javalib", |
31 "//third_party/jsr-305:jsr_305_javalib", | 31 "//third_party/jsr-305:jsr_305_javalib", |
32 "//ui/android:ui_java", | 32 "//ui/android:ui_java", |
33 google_play_services_library, | |
jbudorick
2016/01/13 14:43:50
... does this work? I don't think I've seen someth
Yaron
2016/01/13 15:54:30
it does. It's how we selectively swap the library
| |
33 ] | 34 ] |
34 } | 35 } |
OLD | NEW |