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

Unified Diff: third_party/retrolambda/README.chromium

Issue 2559553002: Checking in retrolambda into third_party/ (Closed)
Patch Set: Add license Created 4 years 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 | « third_party/retrolambda/OWNERS ('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
new file mode 100644
index 0000000000000000000000000000000000000000..5fc43cf1f62f9d24326996f5cfd805765146410d
--- /dev/null
+++ b/third_party/retrolambda/README.chromium
@@ -0,0 +1,20 @@
+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
+License: Apache 2.0
+License File: NOT_SHIPPED
+Security Critical: no
+
+Description:
+Retrolambda is a Java library used by the build process to transform Java 8's
+bytecode to Java 7's bytecode. It is used to enable Java 8 features such as
+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://search.maven.org/remotecontent?filepath=net/orfjackal/retrolambda/retrolambda/2.3.0/retrolambda-2.3.0.jar
+
« no previous file with comments | « third_party/retrolambda/OWNERS ('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