Граф коммитов

199 Коммитов

Автор SHA1 Сообщение Дата
dnj 5d594b2b14 Add "realpath" to CrOS build deps.
"realpath" is used by several CrOS tools.

It is needed on builders that build Chromium through the CrOS toolchain.

BUG=chromium:491287
TEST=None

Review URL: https://codereview.chromium.org/1156763002

Cr-Original-Commit-Position: refs/heads/master@{#331434}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 6a8491d157d1613c41426e91a3ac479766dd7a31
2015-05-26 21:08:41 +00:00
halton.huo 41c5278bf7 Add support for ubuntu 15.04(vivid) to install-build-deps.sh
Added vivid in list of supported version.

BUG=

Review URL: https://codereview.chromium.org/1107303002

Cr-Original-Commit-Position: refs/heads/master@{#327638}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4840525ace73064dcea470fb8f97fae0b291a7a4
2015-04-30 01:53:15 +00:00
sbc 94416e3284 Fix dependency issue with install-build-deps.sh on Trusty
Trusty seems to have dificulty installing gcc-arm-linux-gnueabihf
and gcc-4.8-multilib without these extra packages being listed
on the install line also.

BUG=435056

Review URL: https://codereview.chromium.org/1049833003

Cr-Original-Commit-Position: refs/heads/master@{#323281}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: b5d4ded25739d583663fd17569de96394f84c267
2015-04-01 17:49:41 +00:00
sbc f9ce079ee8 Restore 'apt-get update' in install-build-deps.sh
This was accidentally commented out in 6ab44c36
(See: https://codereview.chromium.org/913183004)

BUG=none

Review URL: https://codereview.chromium.org/1048293002

Cr-Original-Commit-Position: refs/heads/master@{#323158}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4256409b82ce6c756f8ee45778c1276efbcba170
2015-04-01 01:02:28 +00:00
thestig 8af40307fd Linux: Remove support for EOL distros in install-build-deps.sh.
Review URL: https://codereview.chromium.org/1002623005

Cr-Original-Commit-Position: refs/heads/master@{#321533}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 83d03506fd8642cd9fb66f59104c1c1a5ef0c358
2015-03-20 08:07:07 +00:00
lfg bf5425a06c Fixing install-build-deps.sh to install the correct version of libstdc++ with debugging symbols.
Review URL: https://codereview.chromium.org/1007893004

Cr-Original-Commit-Position: refs/heads/master@{#321011}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ad917d11c19c9ca8bda612e9a566168f3d445578
2015-03-17 23:28:28 +00:00
vabr f59d344146 Fix installation of libgl1-mesa-dev and mesa-common-dev in install-build-deps.sh
On a fresh install of Ubuntu Trusty + Cinnamon, install-build-deps.sh failed, because:

* it was looking for libgl1-mesa-dev
* Cinnamon forced libgl1-mesa-dev-lts-utopic to be installed
* there cannot be two versions of libgl1-mesa-dev* installed

This CL adds libgl1-mesa-dev and mesa-common-dev to the group of packages, for which the correct "mesa_variant" suffix is guessed. It also adds "-lts-utopic" to the list of explored suffixes.

BUG=466787

Review URL: https://codereview.chromium.org/1003853003

Cr-Original-Commit-Position: refs/heads/master@{#320889}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f1e8b17f4827ad6030c19f71ebf8e34c91248e2b
2015-03-17 10:57:26 +00:00
sbc e8a433670f Add libssl1.0.0:i386 to install-build-deps.sh for naclports
Previously we were installing and using libssl0.9.8:i386
which was actually a miss-match with the 1.0.0 headers
installed by libssl-dev.

TEST=local (remove links and run install-build-deps.sh)

Review URL: https://codereview.chromium.org/913183004

Cr-Original-Commit-Position: refs/heads/master@{#316319}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 6ab44c3694b129131b964cada9feb78a1cc880a2
2015-02-13 23:19:54 +00:00
johnme ec66d6b1f7 Fix install-build-deps.sh --quick-check on Trusty
Sort :i386 packages to the front to avoid confusing dpkg-query;
see https://crbug.com/446172 for details.

BUG=446172

Review URL: https://codereview.chromium.org/795253007

Cr-Original-Commit-Position: refs/heads/master@{#310079}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4bd1030a750284a3c2f75757f7d686f269bf9690
2015-01-06 11:26:33 +00:00
samahto 373ce93a56 Add support for ubuntu 14.10(utopic) to install-build-deps.sh
Added utopic in list of supported version.

BUG=437593
TEST=run install-build-deps.sh on ubuntu14.10 or use utopic chroot
environment.
NOTRY=true

Review URL: https://codereview.chromium.org/769653002

Cr-Original-Commit-Position: refs/heads/master@{#306365}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 6be55c61cc912e3b6ef911323e958f77e7d2f03f
2014-12-02 10:46:53 +00:00
johnme a522971031 Fix g++-multilib conflict between install-build-deps scripts
Currently install-build-deps-android.sh installs g++-multilib which
conflicts with packages installed by install-build-deps.sh (since
gcc-multilib contains a /usr/include/asm symlink and the crosscompiler
packagers don't want you to accidentally include the wrong
architecture's asm headers).

The g++-multilib package was wrongly commented as being required for
Android SDK; it turns out these requirements have changed, so I
updated the libraries required for the Android SDK based on their docs.

g++-4.8-multilib is however still (likely) needed, alongside
linux-libc-dev:i386, for compiling the V8 snapshot. So I've
consolidated those deps, and the logic for selecting them, under the
--lib32 flag of install-build-deps (to avoid duplicating the code in
both). I updated the `if (trusty) install g++-4.8-multilib` logic so
it chooses the right version of the multilib automatically, rather
than hardcoding the version needed for trusty (which will break in
utopic or beyond).

Finally I removed the `sudo apt-get update` in
install-build-deps-android which is redundant now that we call
install-build-deps which already does that. And I added `sudo dpkg
--add-architecture i386` which seems to have been missing from these
scripts.

BUG=435056

Review URL: https://codereview.chromium.org/740963002

Cr-Original-Commit-Position: refs/heads/master@{#305991}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 49bb458a54a0e959f91ef612c79fad89e7d65c91
2014-11-27 15:45:59 +00:00
mthiesse ab4fdcc2a1 Explicitly add python-numpy dependency to install-build-deps.
The package python-opencv recently added to install-build-deps depends on the python-numpy package. However, on Ubuntu 12.*, the package manager doesn't know about this dependency, so python-opencv crashes without explicitly installing python-numpy.

So basically, this just explicitly lists a dependency that already was a dependency.

BUG=424345

Review URL: https://codereview.chromium.org/744883002

Cr-Original-Commit-Position: refs/heads/master@{#305214}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f041a51d5b0fd89519aa0d5dc772d658723a29a6
2014-11-21 14:29:11 +00:00
primiano ef2a43c6dd Suppress stderr on mesa package detection in install_build_deps.sh
dpks-query is spamming stderr when the packages we query are not found.
Silencing stderr for dpkg-query.

BUG=429719
NOTRY=true

Review URL: https://codereview.chromium.org/695373002

Cr-Original-Commit-Position: refs/heads/master@{#302457}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: b83ed9b4f2089e06fa6aa1808f85eae7c34ebd01
2014-11-03 19:03:11 +00:00
mthiesse 0ca824869b Add openCV dependency to install-build-deps.sh
Context: https://codereview.chromium.org/660893002/

BUG=424345

Review URL: https://codereview.chromium.org/646033009

Cr-Original-Commit-Position: refs/heads/master@{#301404}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 776da3a896a263d1edd906e6d29e4faad63c9d73
2014-10-27 19:29:15 +00:00
dpranke 5b727a6b3a Add python-crypto and python-openssl for rietveld uploads to work w/ oauth.
In order for us to support OAuth-authenticated access to Rietveld, we
need to be able to generate signed authorization requests in the Rietveld
upload scripts. That requires us to have either the python OpenSSL wrappers
plus OpenSSL itself installed, or to use the python pyCrypto library.

Currently the bots use python-openssl, but don't work on Windows as a result.
We add the python-openssl wrapper to be consistent, but want to switch
to pycrypto, so once we have all the bots using pycrypto, we can drop
python-openssl from the list.

R=thestig@chromium.org
BUG=371620, 375971
NOTRY=true

Review URL: https://codereview.chromium.org/287053007

Cr-Original-Commit-Position: refs/heads/master@{#297021}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: fedbbb0aa762826ba2fc85a2b934dc9660639aa7
2014-09-26 20:24:05 +00:00
wnhuang ff0580056f Add missing linux-libc-dev:i386 package to arm_list
BUG=chromium:410129
TEST=remove linux-libc-dev:i386 then run ninja -> fails
TEST=install linux-libc-dev:i386 then run ninja -> works

Review URL: https://codereview.chromium.org/593573002

Cr-Original-Commit-Position: refs/heads/master@{#296231}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 34687555d4f325291d0c660dda2f6970f8df5b9a
2014-09-23 20:56:18 +00:00
Henrik Kjellander 8aacc0c463 Add cdbs to install-build-deps
The Common Debian Build System (cdbs) is needed for
packaging .deb files in some configurations.

http://packages.ubuntu.com/search?keywords=cdbs
shows that it's available for all common Ubuntu
distributions.
On Precise and Trusty, the package is very small (~40kB),
so it shouldn't have much impact on users.

TESTED=ran install-build-deps.sh on Ubuntu Precise.
R=friedman@chromium.org

Review URL: https://codereview.chromium.org/531513002

Cr-Original-Commit-Position: refs/heads/master@{#295674}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 011f9c8ea361aab4ab654563ee53b650231630c3
2014-09-19 07:29:08 +00:00
Brad Nelson fcb7abbd2b Adding libaries needed to build x11 naclport + refactor.
Adding xutils-dev for naclport of xorg-server.
Adding intltool for xkeyboard-config.

NOTRY=true
BUG=None
TEST=None
R=sbc@chromium.org

Review URL: https://codereview.chromium.org/545013003

Cr-Original-Commit-Position: refs/heads/master@{#293604}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 5e59c2c1bfb07c78d8170c9b41c6d275bb5a42f8
2014-09-06 06:20:43 +00:00
svenpanne a17aa8241a Fixed install-build-deps.sh for Goobuntu Precise laptops.
Review URL: https://codereview.chromium.org/508953003

Cr-Original-Commit-Position: refs/heads/master@{#292345}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: bd55b929308b02f067ac172994761bbcf2bd1540
2014-08-28 07:46:13 +00:00
spang@chromium.org e9e0cc6312 Add libxkbcommon-dev to install-build-deps
We'll use this under ChromeOS ozone/freon builds for keyboard layout
support.

BUG=362698
TEST=ran install-build-deps.sh on trusty

Review URL: https://codereview.chromium.org/488833003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@290727 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-08-20 01:57:42 +00:00
mmoss@chromium.org aa76ae8c29 Add git-svn dependency.
This is needed by committers for repos that are still svn-based.

R=iannucci@chromium.org
BUG=366926

Review URL: https://codereview.chromium.org/489573002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@290620 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-08-19 18:31:00 +00:00
phajdan.jr@chromium.org 6c603c1d3a Remove lib32 code from install-build-deps.sh
Please see https://groups.google.com/a/chromium.org/d/msg/chromium-dev/_bkkbzJTLWw/SrLN3_XgEJQJ
for more info.

BUG=none
R=mmoss@chromium.org

Review URL: https://codereview.chromium.org/472863002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@290235 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-08-18 12:30:23 +00:00
bradnelson@google.com de827f81a9 Adding xsltproc and ant to support some naclports dependencies.
BUG=None
TEST=None
R=sbc@chromium.org

Review URL: https://codereview.chromium.org/418973002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@285405 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-07-24 23:25:31 +00:00
bradnelson@google.com c0771e0f91 Adding lib32ncurses5-dev to install-builds-deps.sh
This library is required to be build tui mode support into nacl gdb.

BUG=https://code.google.com/p/chromium/issues/detail?id=391170
TEST=local + bots
R=dyen@chromium.org,uekawa@chromium.org

Review URL: https://codereview.chromium.org/407663002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@284840 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-07-23 02:25:08 +00:00
tonyg@chromium.org 047fe9a7df Add libav-tools to install-build-deps.sh.
This package makes avconv available which is used by Telemetry benchmarks to
decode mpg video captures from Android devices into Bitmaps which can be
processed frame-by-frame.

Installing this package allows the benchmarks to work on the bots.

BUG=388910

Review URL: https://codereview.chromium.org/339183012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@280208 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-27 02:27:14 +00:00
spang@chromium.org 9f511f9bc5 ozone: Add libgles2-mesa-dev to build/install-build-deps.sh
BUG=none
TEST=install-build-deps.sh on precise

Review URL: https://codereview.chromium.org/332823004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@279866 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-25 23:55:04 +00:00
primiano@chromium.org 121430bea9 Fix installation of libgbm-dev package in install-build-deps.sh
crrev.com/106633002 has recently introduced a dependency on libgbm-dev.
Unfortunatelly, this package is a bit more trickier to install, for the
following reason: it depends on mesa-glx and, conversely to most of the
other packages, only one version of mesa (w.r.t backports) can exist in
the system. Google's workstations are configured to use the -lts-saucy
version of mesa. The right package in this case is libgbm-dev-lts-saucy
and attempting to install just libgbm-dev ends up in a failure.
This change fixes install-build-deps.sh, installing the matching version
of libgbm-dev (w.r.t libgl1-mesa-glx), falling back to libgbm-dev.

BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/344623002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@278433 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-19 18:26:18 +00:00
thakis@chromium.org 608645d53b Sort nacl_list alphabetically.
No intended behavior change.

BUG=none

Review URL: https://codereview.chromium.org/348493002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@278394 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-19 16:17:50 +00:00
thakis@chromium.org 82c8820134 Add a dependency on libelf-dev:i386.
This is needed for https://codereview.chromium.org/341573003/
On Lucid, libelf-dev:i386 couldn't be installed in parallel to the 64bit
version. So nacl has a hack to remove -m32 flags from a target that depends
on libelf, to make a target_arch=ia32 on a 64bit system with multilibs work.

In precise, libelf-dev:i386 can be installed in parallel, so do so as a
prerequisite for removing this hack.

BUG=368384
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/347663002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@278180 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-18 21:30:18 +00:00
varkha@chromium.org fd7b79628d Prevents error when using build/install-build-deps.sh --quick-check
BUG=380556
TEST=run "build/install-build-deps.sh --quick-check". Should not produce error described in the bug.

Review URL: https://codereview.chromium.org/330153002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@276922 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-13 04:17:43 +00:00
halton.huo@intel.com c54f9fe71d install-build-deps: Install libudev1:i386 for Ubuntu 14.04
libudev0:i386 is not avaiable on Ubuntu 14.04, while libudev1:i386 does.
The script should aware this.

BUG=

Review URL: https://codereview.chromium.org/311233006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@275136 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-05 15:28:52 +00:00
bradnelson@google.com 6d7aeff8c7 Adding additional packages for nacl and naclports to install-build-deps.sh
Adds about 40MB.

BUG=None
TEST=local
R=sbc@chromium.org, hinoka@chromium.org

Review URL: https://codereview.chromium.org/302083016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@274362 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-02 23:10:03 +00:00
mcgrathr@chromium.org b24bedaec0 Make install-build-deps.sh install libtinfo-dev (64-bit) package
libtinfo is needed to build GDB on the NaCl toolchain builders.  We
previously built only i686-linux versions, but now build x86_64-linux
versions too, so we need the 64-bit version of this library package.

BUG= none
TEST= none
R=bradnelson@google.com

Review URL: https://codereview.chromium.org/309503007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@274082 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-05-31 22:46:55 +00:00
dnicoara@chromium.org a1c7689d24 GBM Ozone implementation
Adding an accelerated platform for the X11-less build. This uses GBM (EGL_MESA_platform_gbm) as the backing Mesa platform.

BUG=377497

Review URL: https://codereview.chromium.org/106633002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@273509 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-05-29 17:22:50 +00:00
sbc@chromium.org 779d694077 Use lsb_release in install-build-deps.sh to determine linux distro.
Parsing /etc/issue is unreliable.

I tried logging into a compute engine bot to verify that
output of lsb_release and it reported precise correctly
(mine your the /etc/issue was also the same as precise
and didn't contain GCEL).

BUG=376363
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/298863006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@272292 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-05-22 20:07:19 +00:00
sbc@chromium.org 4221ccdf0f Update install_build_deps.sh for Ubuntu Trusty.
Aside from accepting the new lsb distro name that only
changes needed were to the arm cross compile packages
list.  This was reduced a minimal set.  Also gcc-multilib
in Trust conflicts with the arm cross compiler so we
use gcc-4.8-multilib here instead.

NOTRY=true

Review URL: https://codereview.chromium.org/294663013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@272035 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-05-22 00:48:12 +00:00
thakis@chromium.org 6952709ab7 linux install-build-deps.sh: Add devscripts and zip.
They are needed when doing branding=Chrome buildtype=Official builds.

BUG=360311
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/265733002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@267369 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-04-30 23:07:04 +00:00
thestig@chromium.org a5daefcc05 Linux: Replace deprecated ttf-thai-tlwg package dependency with fonts-thai-tlwg.
BUG=311902
NOTRY=true

Review URL: https://codereview.chromium.org/224473002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@261539 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-04-03 21:49:19 +00:00
dpranke@chromium.org a342bc91e3 Restore ttf-thai-tlwg package accidentally deleted in r243506
Per sbc@, it's possible that this package no longer exists in saucy. If so, we need to figure out where the fonts went and make sure the code checks in content_shell work properly . Perhaps this just needs to be a conditional install.

However, the package is still needed on Precise, so restore it for now.

R=phajdan.jr@chromium.org, mgiuca@chromium.org, sbc@chromium.org
BUG=311902, 353061

Review URL: https://codereview.chromium.org/202393003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@257483 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-03-17 20:00:51 +00:00
tommycli@chromium.org 1fe323ee4c Media Galleries API Metadata: Add libexif to list of Linux system library deps
Adds libexif to list of system libs chromium build on Linux depends on. In service of https://codereview.chromium.org/191583002/

BUG=318450

Review URL: https://codereview.chromium.org/197653006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@257017 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-03-14 05:56:17 +00:00
mcgrathr@chromium.org 9b50cd26e9 Default to --nacl --arm in install-build-deps.sh
These modes are needed on some bots, so make them the default
to keep the bot-making procedure straightforward.

R=bradnelson@google.com, iannucci@chromium.org, sbc@chromium.org

Review URL: https://codereview.chromium.org/142043004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@245664 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-17 23:59:01 +00:00
mcgrathr@chromium.org 3646283fbf Add libtinfo-dev:i386 to nacl_list in install-build-deps.sh
This is a prerequisiste for building GDB.

R=bradnelson@google.com

Review URL: https://codereview.chromium.org/131563007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@245639 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-17 22:19:28 +00:00
mcgrathr@chromium.org 49791312b8 Add --nacl switch to install-build-deps.sh
When run with --nacl, the script should now install everything
that is needed by NaCl bots.

R=bradnelson@google.com

Review URL: https://codereview.chromium.org/138063012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@245327 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-16 21:26:47 +00:00
sbc@chromium.org 1d6e06ae90 Add support for ubuntu 13.10 (saucy) to install-build-deps.py
BUG=311902
TEST=run install-build-deps.py in saucy chroot.

Review URL: https://codereview.chromium.org/126333002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243506 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 06:38:01 +00:00
alextaran@chromium.org 01b0ea3f50 Add dpkg-dev package to build deps
BUG=313751
R=cmp@chromium.org

Review URL: https://codereview.chromium.org/116373002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@241261 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-12-17 12:03:26 +00:00
erg@chromium.org b25ce88adb linux_aura: Install language packs needed for testing.
This modifies install-build-deps.sh to require language packs needed for
running browser_tests. This also corrects a typo in
locale_tests_browsertest.cc where we wanted a '_' instead of a '-'.

BUG=316716

Review URL: https://codereview.chromium.org/84013003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@236908 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-23 01:37:49 +00:00
derat@chromium.org c6d5de17e9 Make install-build-deps.sh install xfonts-mathml.
This provides the Symbol font, needed for tests.

BUG=316955

Review URL: https://codereview.chromium.org/72713004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@235226 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-14 20:41:41 +00:00
earthdok@chromium.org fa92ee8c59 Add libstdc++6-4.6-dbg to build deps.
This package is needed for LeakSanitizer.

BUG=293335
TBR=pschmidt@chromium.org

Review URL: https://codereview.chromium.org/67843002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@234153 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-11-10 00:43:40 +00:00
pschmidt@google.com f4be43b64d Change the test for installing on 64 bit system in install-build-deps.sh
I'm thinking that checking if /sbin/init is 64 bit would be good?

R=mmoss@chromium.org, phajdan.jr@chromium.org

Review URL: https://codereview.chromium.org/52983005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@232117 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-31 15:15:49 +00:00
jln@chromium.org 4041c48553 Add libcap2 and libcap-dev to install-build-deps.sh
BUG=312525
NOTRY=true

Review URL: https://codereview.chromium.org/50183002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231534 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-29 05:50:38 +00:00