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

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

Issue 2740483002: [Workaround] For running layout tests locally on Ubuntu16.04
Patch Set: Created 3 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 | « build/experimental/install-build-deps.py ('k') | content/shell/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 7f19b7f975d27f3884174c9477ede5e30185c82f..31232f1b89d115e86682e4ba73625565227492b1 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -477,14 +477,6 @@ if package_exists ttf-mscorefonts-installer; then
elif package_exists msttcorefonts; then
dev_list="${dev_list} msttcorefonts"
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') | content/shell/test_runner/resources/fonts/fonts.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698