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

Unified Diff: DEPS

Issue 1776133002: Add Android fonts to blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed references to chromeos 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 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',
« 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