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