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

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: 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') | build/install-build-deps.sh » ('J')
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..4234bcd2ae4a1c967c749f6ff2394f59e530896d 100755
--- a/build/experimental/install-build-deps.py
+++ b/build/experimental/install-build-deps.py
@@ -363,7 +363,8 @@ def compute_dynamic_package_lists():
if package_exists('fonts-stix'):
_packages_dev += ('fonts-stix',)
Daniel Erat 2016/05/18 22:46:30 do you mind also removing these fonts-stix referen
Vadim Sh. 2016/05/18 22:49:31 Done.
- 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') | build/install-build-deps.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698