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

Unified Diff: DEPS

Issue 2875173002: Add hook to download Fuchsia SDK (Closed)
Patch Set: note that we can move android hooks now Created 3 years, 7 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 | build/fuchsia/update_sdk.py » ('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 29330a1d36f0f22b1686a4bbf5d442bb9799fcd8..c5557bac32c32c1def2839abf6d63810555d563d 100644
--- a/DEPS
+++ b/DEPS
@@ -1153,6 +1153,21 @@ hooks = [
},
]
+hooks_os = {
+ 'fuchsia': [
+ {
+ 'name': 'fuchsia_sdk',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/build/fuchsia/update_sdk.py',
+ '3886a632c4a472fa7ef9eab35b45b63359e387fa',
+ ],
+ },
+ ],
+ # TODO(scottmg|thakis): Move the Android-only hooks from above here.
+}
+
recursedeps = [
# buildtools provides clang_format, libc++, and libc++abi
'src/buildtools',
« no previous file with comments | « no previous file | build/fuchsia/update_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698