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

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: Removed deleted file from engine manifest Created 4 years, 9 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | blimp/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698