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

Unified Diff: DEPS

Issue 2982273002: Checking in desugar into third_party (Closed)
Patch Set: Adding Chromium.readme to bazel Created 3 years, 5 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/.gitignore » ('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 5f41d5c846789d21a816685784a65c8687b28264..752268337b08f512f09d98ea1f433602ef6ea03b 100644
--- a/DEPS
+++ b/DEPS
@@ -1063,6 +1063,16 @@ hooks_os = {
'-l', 'third_party/retrolambda'
],
},
+ {
+ 'name': 'desugar',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/update_deps/update_third_party_deps.py',
+ 'download',
+ '-b', 'chromium-android-tools/bazel/desugar',
+ '-l', 'third_party/bazel/desugar'
+ ],
+ },
{
'name': 'apk-patch-size-estimator',
'pattern': '.',
« no previous file with comments | « no previous file | third_party/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698