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

Unified Diff: DEPS

Issue 1322753005: Add download of the stable SDK from gcloud to the gclient hooks in DEPS. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Exclude from create_tarball.py Created 5 years, 3 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 | tools/create_tarball.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 abd818514e8ae554c49844d010eaed40df5357e4..a111db06c36de9bba09c17863cbe09e1086bd13d 100644
--- a/DEPS
+++ b/DEPS
@@ -370,8 +370,8 @@ hooks = [
'--no_resume',
'--bucket',
'dart-dependencies',
- '-d',
- '-r',
+ '--recursive',
+ '--directory',
Var('dart_root') + '/tools/testing/bin',
],
},
@@ -384,10 +384,25 @@ hooks = [
'--no_resume',
'--bucket',
'dart-dependencies',
- '-d',
- '-r',
+ '--recursive',
+ '--directory',
Var('dart_root') + '/third_party/d8',
],
},
-
+ {
+ "name": "checked_in_dart_sdks",
+ "pattern": ".",
+ "action": [
+ "download_from_google_storage",
+ "--no_auth",
+ "--no_resume",
+ "--bucket",
+ "dart-dependencies",
+ "--recursive",
+ "--auto_platform",
+ "--extract",
+ "--directory",
+ Var('dart_root') + "/tools/sdks",
+ ],
+ },
]
« no previous file with comments | « no previous file | tools/create_tarball.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698