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

177 Коммитов

Автор SHA1 Сообщение Дата
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
sbc@chromium.org 7533be619e Support cross compiling for armhf variant ARM/linux.
armhf (hardware float) is the ubuntu default these 
days so should be used over armel in most cases.
Also, the chromium ARM/linux test hardware is 
running armhf.

This CL does not change the default or remove armel
support. That is left for a future CL.

BUG=308256

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231487 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-29 02:38:46 +00:00
mmoss@chromium.org 142dc0f199 Add 'quick-check' option to install-build-deps.sh
This is a lightweight check to alert developers when their build
dependencies are out-of-date, and hopefully avoid confusing compile
errors. It takes < 1 second to run, so can be checked whenever sources
are synced, and might even by worth including as a default step in
gyp_chromium or DEPS hooks.

By definition, this is not a complete check, and in particular, will not
detect version updates of installed dependencies. It's mostly intended
to detect when entirely new dependencies have been added.

R=markus@chromium.org, sky@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@231030 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-25 16:11:46 +00:00
torne@chromium.org 482748d61f Update linux build dependency script.
r230000 added a new dependency on libdrm-dev; add it to the
install-build-deps script.

BUG=
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@230090 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-22 09:47:48 +00:00
erg@chromium.org 8a439e28eb linux_aura: Add openbox to install-build-deps.sh
Also, remove metacity, which was left over from the last time I did
anything with trying to get a window manager better than icewm on the
bots.

BUG=308335
R=phajdan.jr@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@229179 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-17 18:01:01 +00:00
petermayo@chromium.org 7cc1f91696 Make --no-prompt --lib32 install lib32 support.
BUG=297984,299075
TEST=local

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226060 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-30 22:06:58 +00:00
thestig@chromium.org f21e8f83b8 Linux: Drop support for obsolete Ubuntu versions from build/install-build-deps.sh.
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@225525 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-26 18:49:49 +00:00
akalin@chromium.org 26f7d6e1ac Move call to install-chromeos-fonts after running apt-get
This is because install-chromeos-fonts depends on curl.

BUG=148945
R=torne@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@224003 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-19 00:53:30 +00:00
plundblad@chromium.org cd39f8222c Add libbrlapi to install-build-deps.sh.
BUG=178559

Review URL: https://chromiumcodereview.appspot.com/23569010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@221604 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-06 06:23:57 +00:00
solb@chromium.org 9dc353a19a Change detection method for checking package name changes
The return status of apt-cache show doesn't actually indicate whether a package has any candidates, so we now call grep on apt-cache pkgnames to determine this.

BUG=244473

Review URL: https://chromiumcodereview.appspot.com/15741015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@203000 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-29 23:11:20 +00:00
petermayo@chromium.org 0f36fb3a24 Fix test for libudev1
The test for libudev1/libudev0 fails when an sdk has installed
a dependency on libudev1, which will go away on recompile, on
a system with only libudev0.  The dependency created an empty
virtual package that passes the "show" test, but cannot be installed.

BUG=243398
TEST=local

Review URL: https://chromiumcodereview.appspot.com/15911004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@202021 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-24 07:59:51 +00:00
halton.huo@intel.com bdfc68bc33 install-build-deps: Install libudev1 for Ubuntu 13.04
Install libudev1 Ubuntu 13.04, keep libudev0 for other Ubuntu releases.
Add 13.04 (racing) codename

BUG=240963
TEST=Tested manually

Review URL: https://chromiumcodereview.appspot.com/14718016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@201259 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-21 08:26:42 +00:00
Vanuan@gmail.com 93b17c635e install-build-deps: Non-english locale + Ubuntu 13.04
Added support for installing dependencies on
non-english Ubuntu 13.04

BUG=239505
TEST=Tested manually

Review URL: https://chromiumcodereview.appspot.com/15085010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@199448 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-10 10:10:03 +00:00
markus@chromium.org 591362eec6 Fixed a bug that was introduced when we started deprecating 32bit libraries on 64bit systems.
This needs a little bit of explanation. Normally, we would want to restructure
the code to have separate variables for "--lib32" and for the result of the
"yes_no" question. But that requires more global changes.

Instead, in this case, we want to very clearly document that we added an
early "if" statement to break out. And this is intended to be a temporary
measure until the entire feature is fully removed.

So, I instead opted for resetting the "do_inst_lib32" variable -- and a lengthy
comment explaining this decision.

BUG=233047
TEST=run with --lib32 and verify that entering "N" aborts the installation.

Review URL: https://chromiumcodereview.appspot.com/14166013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@195950 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-24 00:11:27 +00:00
sschmitz@chromium.org a8ceceedaa Installing Chrome OS fonts fails when repo is on filer
install-build-deps.sh runs "sudo /path/to/src/build/linux/install-chromeos-fonts.py".
If the repo is on a filer, sudo fails because root is not allowed to access files on
a filer. However, installing a Repo on a Filer is not recommended.
Solution:
install-build-deps.sh attempts to detect that the Repo is not on a Filer and
in that case prints a warning with instructions.

Note: install-build-deps.sh exits immediately on failure because it uses "bash -e".

BUG=225543
R=derat@chromium.org
TEST=manual

Review URL: https://chromiumcodereview.appspot.com/13532003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@192485 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-05 03:52:15 +00:00
victorhsieh@chromium.org da436bdfe1 More generic untar for various type of data.tar*
Sometimes .deb contains data.tar.bz2 or data.tar.xz and install-build-deps just cannot finish normally.  Fortunately modern tar supports compression type detection.


BUG=


Review URL: https://chromiumcodereview.appspot.com/12668013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@188929 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-19 03:06:45 +00:00
xians@chromium.org 22d47c11f9 We are going to use PulseAudio IO as the default audio implementation for Chrome on Linux. We need the development header to build chromium.
This is needed for https://codereview.chromium.org/12310101/

TBR=dalecurtis@chromium.org
BUG=178101

Review URL: https://chromiumcodereview.appspot.com/12613005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186731 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 17:07:47 +00:00
bevc@chromium.org 9ea40aa5a4 Removing flashplugin-installer from install-build-deps.sh
BUG=136417


Review URL: https://chromiumcodereview.appspot.com/12381074

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186063 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-05 02:25:23 +00:00
sschmitz@chromium.org 4dcb5c4e95 Installing ChromeOS font on developer Linux machine
Added call to a new script in:
build/install-build-deps.sh 
to download and install the ChromeOS default font
(Noto Sans UI). The installation is in:
/usr/local/share/fonts.
ChromeOS on Linux will use the font if present.
The installation creates (or recreates) a subdir:
"chromeos". In it it creates a .stamp file which is used
to avoid re-installation if it is already up to date.
It also creates a README file.

BUG=148945
TEST=manual;
One way to test is to instrument the file:
src/ui/gfx/platform_font_pango.cc
to log default_font_->GetFontName(); in ctor
PlatformFontPango::PlatformFontPango()
Expect:
W/out font installation: DejaVu Sans
With font installation: Noto Sans UI



Review URL: https://chromiumcodereview.appspot.com/12313039

git-svn-id: http://src.chromium.org/svn/trunk/src/build@184006 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-02-22 03:49:20 +00:00
erg@chromium.org 302728e852 Adds metacity to the install-build-deps.sh list so it gets installed on bots.
BUG=167114

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@180517 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-02-04 21:02:20 +00:00
torne@chromium.org 380d7b1df2 Add unsupported option to install-build-deps.
Add an option --unsupported to install-build-deps.sh which allows the
installation to be attempted on a system we don't support. Omit
mentioning this in the error, in the hope that anyone who can deal with
the fallout from this will find it in the script. Also, add GCEL
(Ubuntu-derived image used by Compute Engine) to the list of supported
systems.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@176982 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-15 22:11:47 +00:00
pph34r@gmail.com 7f3126fc9a Add Ubuntu 12.10 to the list of supported versions
Review URL: https://chromiumcodereview.appspot.com/11791020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@175495 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-08 07:18:24 +00:00
sbc@chromium.org 1081492e23 Add g++-multilib build dependency when cross building for ARM.
We found that this package is needed on 64-bit systems
when cross compiling for ARM due to the requirment that
v8 host binaries be build with -m32 (they must run with
same pointer size as target platform apparently).

BUG=


Review URL: https://chromiumcodereview.appspot.com/11568038

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173568 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-17 23:31:40 +00:00