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

Unified Diff: build/sanitize-png-files.sh

Issue 12380012: Install advancecomp to get advdef for build/sanitize-png-files.sh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitize-png-files.sh
diff --git a/build/sanitize-png-files.sh b/build/sanitize-png-files.sh
index 3e2f09fe70013a620db0d6734e3a221edbfa8420..2270e72527aa6de650b8f2d5a62871778b688c17 100755
--- a/build/sanitize-png-files.sh
+++ b/build/sanitize-png-files.sh
@@ -376,7 +376,10 @@ done
install_if_not_installed pngcrush
if [ $OPTIMIZE_LEVEL != 2 ]; then
install_if_not_installed optipng
+
+ install_if_not_installed advancecomp
fail_if_not_installed advdef "http://advancemame.sourceforge.net/comp-download.html"
+
fail_if_not_installed pngout "http://www.jonof.id.au/kenutils"
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698