| 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",
|
| + ],
|
| +})
|
|
|