Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 602e9c0b092502953233dde972114b06a69d029f..82bd4eaeb1bffffc55e04aeaff831e3b78e6adfd 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -300,7 +300,17 @@ hooks = [ |
| '--tools-directory', '../../../tools', |
| ], |
| }, |
| + # Run "pub get" on any directories with checked-in pubspec.yaml files. |
| { |
| + 'name': 'run_dart_pub_get', |
| + 'pattern': '', |
| + 'action': [ 'python', |
| + 'src/mojo/public/tools/git/dart_pub_get.py', |
|
zra
2015/04/09 16:20:48
There is also a dart_analyze.py, so putting these
|
| + '--repository-root', '../../../..', |
| + '--dart-sdk-directory', |
| + '../../../../third_party/dart-sdk/dart-sdk', |
| + ], |
| + }, { |
|
tonyg
2015/04/09 12:55:56
nit: missing a line break here
blundell
2015/04/09 15:34:36
Done.
|
| # Ensure that we don't accidentally reference any .pyc files whose |
| # corresponding .py files have already been deleted. |
| 'name': 'remove_stale_pyc_files', |