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

Unified Diff: DEPS

Issue 1127673003: Add DejaVu Sans Mono (regular) font to third_party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update .gitignore Created 5 years, 7 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 | « .gitignore ('k') | third_party/dejavu-fonts-ttf-2.34/AUTHORS » ('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 1f7f73ef7d03018a7572aa673d7426f4a1ae2063..d02c0ab07bd213ac51b2f2dd0517b5df78bdb2da 100644
--- a/DEPS
+++ b/DEPS
@@ -348,4 +348,15 @@ hooks = [
'python', 'src/tools/go/download.py',
],
},
+ # Pull DejaVu fonts using checked-in hashes.
+ {
+ 'name': 'dejavu-fonts',
+ 'pattern': '',
+ 'action': [ 'download_from_google_storage',
+ '--no_resume',
+ '--no_auth',
+ '--bucket', 'mojo/dejavu-fonts',
+ '-s', 'src/third_party/dejavu-fonts-ttf-2.34/ttf/DejaVuSansMono.ttf.sha1',
+ ],
+ },
]
« no previous file with comments | « .gitignore ('k') | third_party/dejavu-fonts-ttf-2.34/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698