Chromium Code Reviews| Index: chrome/test/android/BUILD.gn |
| diff --git a/chrome/test/android/BUILD.gn b/chrome/test/android/BUILD.gn |
| index 67b3f4d0daaffa9aae09d76f8fdc6a7874d837bd..057350166008815be6ce3e5364739a73a0f1b045 100644 |
| --- a/chrome/test/android/BUILD.gn |
| +++ b/chrome/test/android/BUILD.gn |
| @@ -30,5 +30,6 @@ android_library("chrome_java_test_support") { |
| "//third_party/android_tools:legacy_http_javalib", |
| "//third_party/jsr-305:jsr_305_javalib", |
| "//ui/android:ui_java", |
| + 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
|
| ] |
| } |