| 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': [
|
|
|