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

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

Issue 10660003: Add xvfb dep since we use it in run_tests.sh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/install-build-deps-android.sh
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh
index fb3039cde0cb440dede66a67cb78a86770a55de0..5d9043944a0e04c964c7a25a24d0b34c22d3743d 100755
--- a/build/install-build-deps-android.sh
+++ b/build/install-build-deps-android.sh
@@ -38,11 +38,11 @@ sudo apt-get update
# Fix deps
sudo apt-get -f install
-# Install python-pexpect
-sudo apt-get install python-pexpect
+# Install deps
+sudo apt-get -y install python-pexpect ant1.8 xvfb x11-utils
# Install sun-java6 stuff
-sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk
+sudo apt-get -y install sun-java6-bin sun-java6-jre sun-java6-jdk
# Switch version of Java to java-6-sun
# Sun's java is missing certain Java plugins (e.g. for firefox, mozilla). These
@@ -70,7 +70,4 @@ then
fi
fi
-# Install ant 1.8 (default is 1.7).
-sudo apt-get install ant1.8
-
echo "install-build-deps-android.sh complete."
« 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