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

Unified Diff: build/linux/install-chromeos-fonts.py

Issue 2043883004: Remove Roboto fonts from the resource bundle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update chromeos font install script Created 4 years, 5 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 | chrome/app/theme/Roboto-Bold.ttf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/install-chromeos-fonts.py
diff --git a/build/linux/install-chromeos-fonts.py b/build/linux/install-chromeos-fonts.py
index 939995e6f82cce0b838291c1d6ae10984ac076d9..71712870b3b1cdfa664045cd7183328d87e186f6 100755
--- a/build/linux/install-chromeos-fonts.py
+++ b/build/linux/install-chromeos-fonts.py
@@ -19,10 +19,10 @@ URL_TEMPLATE = ('https://commondatastorage.googleapis.com/chromeos-localmirror/'
SOURCES = [
{
'name': 'notofonts',
- 'version': '20150706'
+ 'version': '20160310'
}, {
'name': 'robotofonts',
- 'version': '20150625'
+ 'version': '2.132'
}
]
« no previous file with comments | « no previous file | chrome/app/theme/Roboto-Bold.ttf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698