| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 0dd8e351de6617cf7776284339b0070e27f54d9e..fc8b36f483a6c26294b767c57a0fc19698bb9ed9 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -317,6 +317,13 @@ hooks = [
|
| '-s', 'src/build/linux/bin/eu-strip.sha1',
|
| ],
|
| },
|
| + # Pull the prebuilt network service binaries according to
|
| + # services/network/VERSION.
|
| + {
|
| + 'name': 'download_network_service',
|
| + 'pattern': '',
|
| + 'action': [ 'python', 'src/services/network/download_network_service.py' ],
|
| + },
|
| {
|
| # Ensure that we don't accidentally reference any .pyc files whose
|
| # corresponding .py files have already been deleted.
|
|
|