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

Unified Diff: DEPS

Issue 2999713002: Adding desugar as a dependency on android (Closed)
Patch Set: Created 3 years, 4 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 | no next file » | 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 8df3a1cfc877a2a0080d0d24decf0954fd56ccf9..4810dfc2932efdf5792ea592e90edfcd5d2bebdc 100644
--- a/DEPS
+++ b/DEPS
@@ -530,6 +530,20 @@ hooks = [
'src/resources'],
},
]
+hooks_os = {
+ 'android': [
+ {
+ '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'
+ ],
+ },
+ ],
+}
recursedeps = [
# buildtools provides clang_format, libc++, and libc++abi.
'src/buildtools',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698