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

Unified Diff: third_party/guava/BUILD.gn

Issue 2710343003: Update Robolectric to 3.2.2 (Closed)
Patch Set: Small fix to StripLayoutHelperTest Created 3 years, 9 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 f5460d0945982c9db6eb79a16481576fdd102307..8b798b4b83b10a4c3222805a0d4f9ff3f7478bb3 100644
--- a/third_party/guava/BUILD.gn
+++ b/third_party/guava/BUILD.gn
@@ -7,5 +7,5 @@ import("//build/config/android/rules.gni")
java_prebuilt("guava_java") {
testonly = true
supports_android = true
- jar_path = "lib/guava-18.0.jar"
+ jar_path = "lib/guava-20.0.jar"
}

Powered by Google App Engine
This is Rietveld 408576698