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

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

Issue 2504863002: Revert of Replace kochi-*.ttf with IPA Fonts. (Closed)
Patch Set: 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 812e8531a7cfa7e833ebf7a66b4312d1328e4065..832d116beeeb6aa3fcf76d6db653eb3c868d0dc0 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -98,9 +98,9 @@
# Packages needed for development
dev_list="bison cdbs curl dpkg-dev elfutils devscripts fakeroot
- flex fonts-ipafont fonts-thai-tlwg g++ git-core git-svn gperf
- language-pack-da language-pack-fr language-pack-he
- language-pack-zh-hant libasound2-dev libbrlapi-dev libav-tools
+ flex fonts-thai-tlwg g++ git-core git-svn gperf language-pack-da
+ 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
libdrm-dev libelf-dev libffi-dev libgconf2-dev libglib2.0-dev
libglu1-mesa-dev libgnome-keyring-dev libgtk2.0-dev libkrb5-dev
@@ -256,6 +256,14 @@
dev_list="${dev_list} php7.0-cgi libapache2-mod-php7.0"
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
« 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