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

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') | build/fuchsia/update_sdk.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 52a209de8fdf7dae7888243bd219335a12c1be1e..252aa16fa564b61002fed7863595d24478b7f6e3 100644
--- a/DEPS
+++ b/DEPS
@@ -599,6 +599,15 @@ hooks = [
],
},
{
+ 'name': 'fuchsia_sdk',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/build/fuchsia/update_sdk.py',
+ '3886a632c4a472fa7ef9eab35b45b63359e387fa',
+ ],
+ },
+ {
'name': 'intellij',
'pattern': '.',
'action': ['python',
« no previous file with comments | « no previous file | build/fuchsia/update_sdk.py » ('j') | build/fuchsia/update_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698