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

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

Issue 2500063003: Replace kochi-*.ttf with IPA Fonts. (Reland)
Patch Set: Update install-build-deps.* Created 4 years, 1 month 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') | docs/layout_tests_linux.md » ('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 832d116beeeb6aa3fcf76d6db653eb3c868d0dc0..f606fd2662166616b5e7b213269c9bcc950dbba0 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -98,7 +98,7 @@ chromeos_dev_list="libbluetooth-dev libxkbcommon-dev realpath"
# Packages needed for development
dev_list="bison cdbs curl dpkg-dev elfutils devscripts fakeroot
- flex fonts-thai-tlwg g++ git-core git-svn gperf language-pack-da
+ flex fonts-ipafont fonts-thai-tlwg g++ git-core git-svn gperf language-pack-da
Daniel Erat 2016/11/15 20:06:53 nit: please reformat this to fit within 80 columns
Jack Bates 2016/11/15 20:14:37 Done.
language-pack-fr language-pack-he language-pack-zh-hant
libasound2-dev libbrlapi-dev libav-tools
libbz2-dev libcairo2-dev libcap-dev libcups2-dev libcurl4-gnutls-dev
@@ -257,14 +257,6 @@ if package_exists php7.0-cgi; then
else
dev_list="${dev_list} php5-cgi libapache2-mod-php5"
fi
-# 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') | docs/layout_tests_linux.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698