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

Side by Side Diff: third_party/retrolambda/README.chromium

Issue 2854323004: Update retrolambda to 2.5.1 (Closed)
Patch Set: Created 3 years, 7 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Retrolambda, backport of Java 8's lambda expressions to Java 7, 6, 5 1 Name: Retrolambda, backport of Java 8's lambda expressions to Java 7, 6, 5
2 Short Name: retrolambda 2 Short Name: retrolambda
3 URL: https://github.com/orfjackal/retrolambda/ 3 URL: https://github.com/orfjackal/retrolambda/
4 Version: 2.3.0 4 Version: 2.5.1
5 License: Apache 2.0 5 License: Apache 2.0
6 License File: NOT_SHIPPED 6 License File: NOT_SHIPPED
7 Security Critical: no 7 Security Critical: no
8 8
9 Description: 9 Description:
10 Retrolambda is a Java library used by the build process to transform Java 8's 10 Retrolambda is a Java library used by the build process to transform Java 8's
11 bytecode to Java 7's bytecode. It is used to enable Java 8 features such as 11 bytecode to Java 7's bytecode. It is used to enable Java 8 features such as
12 lambda expressions for Chrome on Android without switching from javac to Jack. 12 lambda expressions for Chrome on Android without switching from javac to Jack.
13 13
14 Local Modifications: 14 Local Modifications:
15 None 15 None
16 16
17 Source of the .jar: 17 Update instructions (requires @google.com account):
18 Downloaded from Maven Central. Link: 18 - Download jar from Maven Central
19 http://central.maven.org/maven2/net/orfjackal/retrolambda/retrolambda/2.3.0/retr olambda-2.3.0.jar 19 http://central.maven.org/maven2/net/orfjackal/retrolambda/retrolambda
20 - Modify build/android/gyp/retrolambda.py and verify the new jar works
21 - Remove existing SHA1 file
22 - If gcloud auth tokens are not set up, run
23 $ download_from_google_storage --config
24 - Upload new jar to gcloud. In third_party/retrolambda, run
25 $ upload_to_google_storage.py -b chromium-android-tools/retrolambda {new_jar}
20 26
OLDNEW
« 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