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

Unified Diff: tools/deps/dartium.deps/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 | « tools/create_tarball.py ('k') | tools/sdks/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deps/dartium.deps/DEPS
diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS
index 38f937d5550cdc7d0d9e311f8448121d2f70941d..b79b1dc5b6974b89dd2b2a0441fa6c0a23f8ec36 100644
--- a/tools/deps/dartium.deps/DEPS
+++ b/tools/deps/dartium.deps/DEPS
@@ -238,8 +238,24 @@ hooks.append({
"--no_resume",
"--bucket",
"dart-dependencies",
- "-d",
- "-r",
+ "--recursive",
+ "--directory",
"src/dart/tools/testing/bin",
],
})
+hooks.append({
+ "name": "checked_in_dart_sdks",
+ "pattern": ".",
+ "action": [
+ "download_from_google_storage",
+ "--no_auth",
+ "--no_resume",
+ "--bucket",
+ "dart-dependencies",
+ "--recursive",
+ "--auto_platform",
+ "--extract",
+ "--directory",
+ "src/dart/tools/sdks",
+ ],
+})
« no previous file with comments | « tools/create_tarball.py ('k') | tools/sdks/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698