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

Unified Diff: build/android/gyp/retrolambda.py

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 | « no previous file | third_party/retrolambda/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/retrolambda.py
diff --git a/build/android/gyp/retrolambda.py b/build/android/gyp/retrolambda.py
index 158ed52a1a4931e4637e3a669ae3e87525819f6d..90e189a5a52679aa92db65a493c642e11ca0d718 100755
--- a/build/android/gyp/retrolambda.py
+++ b/build/android/gyp/retrolambda.py
@@ -16,7 +16,7 @@ from util import build_utils
_SRC_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),
'..', '..', '..'))
_RETROLAMBDA_JAR_PATH = os.path.normpath(os.path.join(
- _SRC_ROOT, 'third_party', 'retrolambda', 'retrolambda-2.3.0.jar'))
+ _SRC_ROOT, 'third_party', 'retrolambda', 'retrolambda-2.5.1.jar'))
def _OnStaleMd5(input_jar, output_jar, classpath, android_sdk_jar):
« no previous file with comments | « no previous file | third_party/retrolambda/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698