Teach gclient to run pub in more directories

At gclient sync time, we now run `pub get` for every Dart package except
`workbench`. This patch ensures that we have all the packages we need locally.
This commit is contained in:
Adam Barth 2015-07-27 14:54:09 -07:00
parent b02764157d
commit d057b7546d
5 changed files with 12 additions and 2 deletions

2
DEPS
View File

@ -306,7 +306,7 @@ hooks = [
'--repository-root', '../../../..',
'--dart-sdk-directory',
'../../../../third_party/dart-sdk/dart-sdk',
'--dirs-to-ignore', 'sky/',
'--dirs-to-ignore', 'sky/packages/workbench',
],
},
{

View File

@ -0,0 +1,3 @@
.pub
packages
pubspec.lock

View File

@ -0,0 +1,3 @@
.pub
packages
pubspec.lock

View File

@ -0,0 +1,3 @@
.pub
packages
pubspec.lock

View File

@ -1,2 +1,3 @@
.pub
packages
bin/packages
pubspec.lock