summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-17 20:05:05 +0000
committermmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-17 20:05:05 +0000
commit2b436c24c7fb17d1babcf2ac32b6d23029ca27d9 (patch)
treee6435caf6018cfd663987ca80a4c71fb4c233a15 /build
parentf0a13734e2dc6caa9b22fa71d1ed57ae1075b710 (diff)
downloadchromium_src-2b436c24c7fb17d1babcf2ac32b6d23029ca27d9.zip
chromium_src-2b436c24c7fb17d1babcf2ac32b6d23029ca27d9.tar.gz
chromium_src-2b436c24c7fb17d1babcf2ac32b6d23029ca27d9.tar.bz2
Add platform_utils and stub test lists for Linux.
This allows the LayoutTest harness to run on Linux. Note that the tests still don't run properly because Linux test_shell is missing the ability to read URLs from stdin (causing the test_shell to just sit there waiting for input). I'll add that in another CL. BUG=4281 Review URL: http://codereview.chromium.org/10413 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/install-build-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index db4b0c4..f095217 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -29,7 +29,7 @@ download_deb() {
install_hardy() {
sudo apt-get install subversion pkg-config python perl g++ g++-multilib \
bison flex gperf libnss3-dev libglib2.0-dev libgtk2.0-dev \
- libnspr4-0d libnspr4-dev
+ libnspr4-0d libnspr4-dev wdiff
wget -c http://www.trevp.com/tlslite/tlslite-0.3.8.tar.gz
tar xvfz tlslite-0.3.8.tar.gz