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

Unified Diff: build/experimental/install-build-deps.py

Issue 1998443002: Always install xfonts-mathml package if it is available. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't install fonts-stix Created 4 years, 7 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 | build/install-build-deps.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/experimental/install-build-deps.py
diff --git a/build/experimental/install-build-deps.py b/build/experimental/install-build-deps.py
index 52c04f801b9b57dc0474ed1fc45a0a0e4ed293b1..416eaa8628d466858ed493377a3fc2ceedab9fef 100755
--- a/build/experimental/install-build-deps.py
+++ b/build/experimental/install-build-deps.py
@@ -361,9 +361,7 @@ def compute_dynamic_package_lists():
else:
_packages_dev += ('apache2.2-bin',)
- if package_exists('fonts-stix'):
- _packages_dev += ('fonts-stix',)
- else:
+ if package_exists('xfonts-mathml'):
_packages_dev += ('xfonts-mathml',)
# Some packages are only needed if the distribution actually supports
« no previous file with comments | « no previous file | build/install-build-deps.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698