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

Unified Diff: build/install-build-deps.sh

Issue 2500063003: Replace kochi-*.ttf with IPA Fonts. (Reland)
Patch Set: Rebase Created 4 years 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 | « build/experimental/install-build-deps.py ('k') | components/test_runner/resources/fonts/fonts.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps.sh
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index dcc4108665a5b4b6cfe3c168a493f1cb56bf5b19..6fc76bfdb45bb9e884234a3ccb73cc7822c04025 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -334,14 +334,6 @@ if package_exists ttf-mscorefonts-installer; then
elif package_exists msttcorefonts; then
dev_list="${dev_list} msttcorefonts"
fi
Tom (Use chromium acct) 2017/04/14 18:55:42 Please add "fonts-ipafont" somewhere in this file.
-# Ubuntu 16.04 has this package deleted.
-if package_exists ttf-kochi-gothic; then
- dev_list="${dev_list} ttf-kochi-gothic"
-fi
-# Ubuntu 16.04 has this package deleted.
-if package_exists ttf-kochi-mincho; then
- dev_list="${dev_list} ttf-kochi-mincho"
-fi
# Some packages are only needed if the distribution actually supports
# installing them.
« no previous file with comments | « build/experimental/install-build-deps.py ('k') | components/test_runner/resources/fonts/fonts.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698