| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 602e9c0b092502953233dde972114b06a69d029f..f0d0530fe1fd2bba17d193d223317741d72543ec 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -300,6 +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',
|
| + '--repository-root', '../../../..',
|
| + '--dart-sdk-directory',
|
| + '../../../../third_party/dart-sdk/dart-sdk',
|
| + ],
|
| + },
|
| {
|
| # Ensure that we don't accidentally reference any .pyc files whose
|
| # corresponding .py files have already been deleted.
|
|
|