| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 6602e379cb4603755a08d1b073cbde6fd63b618b..b218357dc41156904c31796b83f8b47156d8f625 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -423,6 +423,17 @@ hooks = [
|
| '--no_auth',
|
| '--bucket', 'mojo',
|
| '-s', 'src/mojo/tools/linux64/symupload.sha1',
|
| + ],
|
| + },
|
| + # Pull prediction resources using checked-in hashes.
|
| + {
|
| + 'name': 'prediction_resources',
|
| + 'pattern': '',
|
| + 'action': [ 'download_from_google_storage',
|
| + '--no_resume',
|
| + '--no_auth',
|
| + '--bucket', 'mojo/prediction',
|
| + '-d', 'src/services/prediction/res',
|
| ],
|
| },
|
| ]
|
|
|