Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: DEPS

Issue 1735783002: Add Android fonts to blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal-fonts
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/README.md » ('j') | blimp/README.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | blimp/README.md » ('j') | blimp/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698