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

Unified Diff: tools/deps/dartium.deps/DEPS

Issue 1697203002: Switch to downloaded SDK executable, drop executables in testing/bin. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/dom/dom.py » ('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 cf383fa7d726c069f5366f0a0144a770b0fe4882..aa99edf65ad2c62ea60099fbe3750503159f7926 100644
--- a/tools/deps/dartium.deps/DEPS
+++ b/tools/deps/dartium.deps/DEPS
@@ -231,20 +231,6 @@ hooks.append({
Var('webkit_revision') + "\\n')" ],
})
hooks.append({
- "name": "checked_in_dart_binaries",
- "pattern": ".",
- "action": [
- "download_from_google_storage",
- "--no_auth",
- "--no_resume",
- "--bucket",
- "dart-dependencies",
- "--recursive",
- "--directory",
- "src/dart/tools/testing/bin",
- ],
-})
-hooks.append({
"name": "checked_in_dart_sdks",
"pattern": ".",
"action": [
« no previous file with comments | « tools/create_tarball.py ('k') | tools/dom/dom.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698