| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 4c0ee4d5d8b31afba9269f7f1067ef5e17511f34..88ec328cef1819305e939ac92bbbd8158085d3d7 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -815,6 +815,18 @@ hooks = [
|
| ],
|
| },
|
| {
|
| + 'name': 'blimp_fonts',
|
| + 'pattern': '.',
|
| + 'action': [ 'download_from_google_storage',
|
| + '--no_resume',
|
| + '--platform=linux*',
|
| + '--extract',
|
| + '--no_auth',
|
| + '--bucket', 'chromium-fonts',
|
| + '-s', 'src/third_party/blimp_fonts/font_bundle.tar.gz.sha1',
|
| + ],
|
| + },
|
| + {
|
| # Pull sanitizer-instrumented third-party libraries if requested via
|
| # GYP_DEFINES.
|
| 'name': 'instrumented_libraries',
|
|
|