| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 274afa0857f0e8b524091569ee2e2189cc345bc2..38ccb518da537ddbbaa97640e54a506984659343 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -292,10 +292,6 @@ deps_os = {
|
| # without the runtime being available.
|
| hooks = [
|
| {
|
| - "pattern": ".",
|
| - "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
|
| - },
|
| - {
|
| 'name': 'd8_testing_binaries',
|
| 'pattern': '.',
|
| 'action': [
|
| @@ -429,4 +425,8 @@ hooks = [
|
| Var('dart_root') + "/third_party/clang.tar.gz.sha1",
|
| ],
|
| },
|
| + {
|
| + "pattern": ".",
|
| + "action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
|
| + },
|
| ]
|
|
|