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

Unified Diff: 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 | « no previous file | tools/bots/cross-vm.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 0cb59c88c4314f006d146e6244fda87f878b6b0e..702e439fad515f617e9f1e2fc2a7218eb863220a 100644
--- a/DEPS
+++ b/DEPS
@@ -293,20 +293,6 @@ hooks = [
"action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
},
{
- 'name': 'checked_in_dart_binaries',
- 'pattern': '.',
- 'action': [
- 'download_from_google_storage',
- '--no_auth',
- '--no_resume',
- '--bucket',
- 'dart-dependencies',
- '--recursive',
- '--directory',
- Var('dart_root') + '/tools/testing/bin',
- ],
- },
- {
'name': 'd8_testing_binaries',
'pattern': '.',
'action': [
« no previous file with comments | « no previous file | tools/bots/cross-vm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698