summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS12
1 files changed, 12 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 5a95a57..a0066bd 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',