| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 8a4bceaa98b362078c6934901ac4b0ad8668fd11..864ea91fd1fee3e269914607096201f47acb4f2e 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -815,6 +815,21 @@ hooks = [
|
| ],
|
| },
|
| {
|
| + 'name': 'blimp_fonts',
|
| + 'pattern': '\\.sha1',
|
| + 'action': [ 'download_from_google_storage',
|
| + '--no_resume',
|
| + '--platform=linux*',
|
| + '--directory',
|
| + '--recursive',
|
| + '--quiet',
|
| + '--no_auth',
|
| + '--num_threads=16',
|
| + '--bucket', 'chromium-fonts',
|
| + 'src/third_party/blimp_fonts',
|
| + ],
|
| + },
|
| + {
|
| # Pull sanitizer-instrumented third-party libraries if requested via
|
| # GYP_DEFINES.
|
| 'name': 'instrumented_libraries',
|
|
|