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

Unified Diff: DEPS

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 | « .gitignore ('k') | third_party/retrolambda/LICENSE.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 033f9388c519ce6c442cb931c0d33033e92f05a0..4deaf4a0866262ee659595aa7e9d4c4e26ca9a97 100644
--- a/DEPS
+++ b/DEPS
@@ -684,6 +684,16 @@ hooks = [
],
},
{
+ 'name': 'retrolambda',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/update_deps/update_third_party_deps.py',
+ 'download',
+ '-b', 'chromium-android-tools/retrolambda',
+ '-l', 'third_party/retrolambda'
+ ],
+ },
+ {
'name': 'icu4j',
'pattern': '.',
'action': ['python',
« no previous file with comments | « .gitignore ('k') | third_party/retrolambda/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698