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

Unified Diff: third_party/retrolambda/README.chromium

Issue 2854323004: Update retrolambda to 2.5.1 (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « build/android/gyp/retrolambda.py ('k') | third_party/retrolambda/retrolambda-2.3.0.jar.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/retrolambda/README.chromium
diff --git a/third_party/retrolambda/README.chromium b/third_party/retrolambda/README.chromium
index 92621880afe664f1a09253df3cea95b9d5d5c3f5..9a98d37fa446f09ed26e7b3cff6941de8916474b 100644
--- a/third_party/retrolambda/README.chromium
+++ b/third_party/retrolambda/README.chromium
@@ -1,7 +1,7 @@
Name: Retrolambda, backport of Java 8's lambda expressions to Java 7, 6, 5
Short Name: retrolambda
URL: https://github.com/orfjackal/retrolambda/
-Version: 2.3.0
+Version: 2.5.1
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
@@ -14,7 +14,13 @@ lambda expressions for Chrome on Android without switching from javac to Jack.
Local Modifications:
None
-Source of the .jar:
-Downloaded from Maven Central. Link:
-http://central.maven.org/maven2/net/orfjackal/retrolambda/retrolambda/2.3.0/retrolambda-2.3.0.jar
+Update instructions (requires @google.com account):
+- Download jar from Maven Central
+http://central.maven.org/maven2/net/orfjackal/retrolambda/retrolambda
+- Modify build/android/gyp/retrolambda.py and verify the new jar works
+- Remove existing SHA1 file
+- If gcloud auth tokens are not set up, run
+$ download_from_google_storage --config
+- Upload new jar to gcloud. In third_party/retrolambda, run
+$ upload_to_google_storage.py -b chromium-android-tools/retrolambda {new_jar}
« no previous file with comments | « build/android/gyp/retrolambda.py ('k') | third_party/retrolambda/retrolambda-2.3.0.jar.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698