Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Unified Diff: third_party/guava/BUILD.gn

Issue 2142413004: Add required deps to third_party/android_support_test_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated android_support_test_runner to use third_party/junit Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/guava/BUILD.gn
diff --git a/third_party/guava/BUILD.gn b/third_party/guava/BUILD.gn
index 3a44bbd01213ae081a82aa5f0afc6456c3c14dd4..ca1ce49274a49bd1f9906d378f2bc124859163ff 100644
--- a/third_party/guava/BUILD.gn
+++ b/third_party/guava/BUILD.gn
@@ -5,5 +5,6 @@
import("//build/config/android/rules.gni")
java_prebuilt("guava_java") {
+ supports_android = true
jar_path = "lib/guava-18.0.jar"
}

Powered by Google App Engine
This is Rietveld 408576698