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

Unified Diff: DEPS

Issue 2875173002: Add hook to download Fuchsia SDK (Closed)
Patch Set: . 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 52a209de8fdf7dae7888243bd219335a12c1be1e..a9315ecc8e88f666cacd1f4526d9c6222d002ba6 100644
--- a/DEPS
+++ b/DEPS
@@ -1160,6 +1160,20 @@ hooks = [
},
]
+hooks_os = {
+ 'fuchsia': [
+ {
+ 'name': 'fuchsia_sdk',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/build/fuchsia/update_sdk.py',
+ '3886a632c4a472fa7ef9eab35b45b63359e387fa',
+ ],
+ },
+ ],
Nico 2017/05/15 20:20:02 Can you add a TODO here (on me, if you want) to mo
scottmg 2017/05/15 20:34:47 Done.
+}
+
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