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

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

Issue 106173002: Mirror images for RTL languages at build time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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/android/gyp/process_resources.py ('k') | build/java.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps-android.sh
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh
index 73e534a286922d02a8ef5cb4594b6af7c1433508..6535b627292136e9a017e88486fa2d58644d1401 100755
--- a/build/install-build-deps-android.sh
+++ b/build/install-build-deps-android.sh
@@ -43,8 +43,15 @@ sudo apt-get -f install
# on since the package names are different, and Sun's Java must
# be installed manually on late-model versions.
-# common
-sudo apt-get -y install checkstyle lighttpd python-pexpect xvfb x11-utils
+# Common to all Ubuntu versions:
+# - checkstyle: Used to check Java coding style during presubmit.
+# - imagemagick: Used to mirror image assets for RTL at build time.
+# - lighttpd
+# - python-pexpect
+# - xvfb
+# - x11-utils
+sudo apt-get -y install checkstyle imagemagick lighttpd python-pexpect xvfb \
+ x11-utils
# Few binaries in the Android SDK require 32-bit libraries on the host.
sudo apt-get -y install lib32z1 g++-multilib
« no previous file with comments | « build/android/gyp/process_resources.py ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698