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

3800 Коммитов

Автор SHA1 Сообщение Дата
maruel@chromium.org 3be8eee1f9 Workaround gyp that removes duplicate arguments.
The slash will work fine even on Windows, since isolate.py reformats the path.

NOTRY=true
TBR=csharp@chromium.org
BUG=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@188077 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-14 15:06:48 +00:00
maruel@chromium.org 88e08143b7 test_isolation_outdir must be considered an opaque string, it could be an url.
Remove RULE_INPUT_PATH from the list of inputs, it was an error.

R=csharp@chromium.org
BUG=
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@188057 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-14 14:01:33 +00:00
rsesek@chromium.org 22cdd464a9 Start building message_center on Mac.
BUG=179904,179916

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@188039 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-14 11:59:59 +00:00
bulach@chromium.org 8a12c7d4c4 Telemetry on android: improves RawDisplayFrameRateMeasurement.
A few changes here:
- move up from "scrolling_action" to "smoothness_benchmark" (which knows about results).
- changes surface_stats_collector itself to provide but not print the results.
- creates a Telemetry "platform.RawDisplayResult" abstraction so that
android_platform_backend.py can use that, and the rest of Telemetry doesn't know about
android-specific details.
- while at it, also ensure that DidRunAction is in a finally block after RunAction to ensure
proper cleanup (if needed).

BUG=170894
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@188037 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-14 09:57:48 +00:00
cjhopman@chromium.org 0838d9e4fd Simplify ant signing/zipalign code
We always sign and zipalign our apks. Remove code that deals with
different possibilities (i.e. asking for password, manually
signing/aligning).

NOTRY=true
BUG=158821

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187953 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-13 21:47:39 +00:00
cjhopman@chromium.org 5b73bcbf6a Remove ant stuff dealing with library dependencies
This is mostly dealing with the code for library dependencies. Our
library dependencies are handled through gyp, and not by ant. The
dependency task that is removed calculates only empty paths for each of
its arguments (some are already set above and are immutable).


BUG=158821
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187911 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-13 19:12:20 +00:00
timvolodine@chromium.org e5bc37d738 Disable failing test on chromium.fyi
BUG=189186
NOTRY=true


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187910 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-13 19:11:56 +00:00
torne@chromium.org c0048131db Android WebView: fix linking host binaries on mac.
WebView needs to build on mac hosts; filter out flags not supported by
mac's linker. These are not important for host binaries which aren't
shipped.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187830 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-13 11:13:39 +00:00
nileshagrawal@chromium.org cb4c4b024e Android: Add some required commmandline flags for running content_browsertests.
Also filed some bugs for the failing cases.
BUG=138275


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187773 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-13 04:23:19 +00:00
ilevy@chromium.org 281ce01468 Add android buildbot support for exe tests
Add breakpad_unittests and sandbox_linux_unittests
to experimental test suites.

BUG=170530, 169416
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187768 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-13 04:09:27 +00:00
cjhopman@chromium.org 4b6058c073 Removed unused ant stuff
This removes a bunch of the ant properties and targets that are never
used in our builds. These are related to: installing apks, running
tests, emma instrumentation, lint, help, clean, building library
dependencies, building main apk for test apks, renderscript, and asking
for keystore password.

BUG=158821


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187735 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-13 01:28:32 +00:00
karen@chromium.org e2802a1f09 Revert 187427 "PPAPI: Remove threading options; it's always on"
> PPAPI: Remove threading options; it's always on
> 
> This also re-enables thread checking for the host side resource and var trackers. Before, checking was disabled everywhere.
> 
> BUG=159240,92909
> 
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186925
> Reverted: https://src.chromium.org/viewvc/chrome?view=rev&revision=186939 due to build errors
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187340
> 
> Review URL: https://chromiumcodereview.appspot.com/12378050

TBR=dmichael@chromium.org
Review URL: https://codereview.chromium.org/12457021

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187716 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-13 00:33:24 +00:00
karen@chromium.org e6fa92344e Revert 187625 "Change test_isolation_mode default from noop to c..."
> Change test_isolation_mode default from noop to check 
> 
> TBR=maruel@chromium.org
> NOTRY=True
> BUG=
> 
> 
> Review URL: https://chromiumcodereview.appspot.com/12623013

TBR=csharp@chromium.org
Review URL: https://codereview.chromium.org/12723007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187693 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 23:21:48 +00:00
csharp@chromium.org 6626a30e61 Change test_isolation_mode default from noop to check
TBR=maruel@chromium.org
NOTRY=True
BUG=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187625 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 18:59:16 +00:00
cjhopman@chromium.org 965e1aa28f Set the ant keystore properties earlier
apk-build.xml sets the has.keystore property before the point where we
were setting the properties that it bases has.keystore on. This caused
Release builds to be built incorrectly (i.e. the build didn't sign
them).


BUG=184532
NOTRY=true
TBR=yfriedman@chromium.org


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187598 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 16:37:09 +00:00
glider@chromium.org d3a79fb81c Hotfix the build on the ChromeOS ASan bots: only add a dependency on ASan dynamic runtime for OS X and iOS.
BUG=170629
TBR=mark
Review URL: https://codereview.chromium.org/12716011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187582 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 14:06:16 +00:00
csharp@chromium.org a22f2863b3 Revert 187575 "Change test_isolation_mode default from noop to c..."
> Change test_isolation_mode default from noop to check 
> 
> NOTRY=True
> TBR=maruel@chromium.org
> BUG=
> 
> 
> Review URL: https://chromiumcodereview.appspot.com/12454003

TBR=csharp@chromium.org
Review URL: https://codereview.chromium.org/12408025

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187579 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 13:50:53 +00:00
csharp@chromium.org ddd652afbd Change test_isolation_mode default from noop to check
NOTRY=True
TBR=maruel@chromium.org
BUG=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187575 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 13:27:48 +00:00
glider@chromium.org 3920cdb878 Re-land https://codereview.chromium.org/11642018/: Add a postbuild action for executables built with ASan on Mac OS.
The action will copy the ASan dynamic runtime to the output dir and into every
bundled executable being built.

Unlike the previous change, this one does not touch build/all.gyp, since our target
doesn't need to be built when building 'All'.

BUG=170629
TBR=thakis,mark
Review URL: https://codereview.chromium.org/12685006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187566 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 11:56:31 +00:00
torne@chromium.org 2d827c22b2 Android: rename android_build_type gyp variable.
Rename the "android_build_type" gyp variable to "android_webview_build"
to better describe what it does. There are still references in WebKit
and V8 that need to be changed before the original variable can be
removed.

BUG=184431

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187556 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 10:22:36 +00:00
cjhopman@chromium.org 00cec5be32 This is the first change in simplifying our ant build scripts.
First check in a copy of 
third_party/android_tools/sdk/tools/ant/build.xml as 
build/android/ant/apk-build.xml

Previously we were overriding targets from this build.xml
in build/android/ant/sdk-targets.xml. Instead of doing this
override, just replace the actual targets in apk-build.xml.

Do the same for properties that we were overriding in 
build/android/ant/chromium-apk.xml.

Both of these have no logical change on these build scripts. 
Ant's targets and properties are immutable and so Ant was
doing this exact thing already.


BUG=158821


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187483 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 03:58:06 +00:00
dmichael@chromium.org 32a5997dba PPAPI: Remove threading options; it's always on
This also re-enables thread checking for the host side resource and var trackers. Before, checking was disabled everywhere.

BUG=159240,92909


Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186925
Reverted: https://src.chromium.org/viewvc/chrome?view=rev&revision=186939 due to build errors

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187340

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187427 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-12 00:41:08 +00:00
dmichael@chromium.org 2f171fbf43 Revert 187340 "PPAPI: Remove threading options; it's always on"
> PPAPI: Remove threading options; it's always on
> 
> This also re-enables thread checking for the host side resource and var trackers. Before, checking was disabled everywhere.
> 
> BUG=159240,92909
> 
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186925
> Reverted: https://src.chromium.org/viewvc/chrome?view=rev&revision=186939 due to build errors
> 
> Review URL: https://chromiumcodereview.appspot.com/12378050

TBR=dmichael@chromium.org
Review URL: https://codereview.chromium.org/12476028

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187346 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-11 19:58:09 +00:00
dmichael@chromium.org 8d4784f7c3 PPAPI: Remove threading options; it's always on
This also re-enables thread checking for the host side resource and var trackers. Before, checking was disabled everywhere.

BUG=159240,92909


Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186925
Reverted: https://src.chromium.org/viewvc/chrome?view=rev&revision=186939 due to build errors

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187340 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-11 19:33:53 +00:00
glider@chromium.org 6b07d49787 Revert 187297
> Add a postbuild action for executables built with ASan on Mac OS.
> The action will copy the ASan dynamic runtime to the same dir where
> the executable is.
> 
> BUG=170629
> Review URL: https://codereview.chromium.org/11642018

TBR=glider@chromium.org
Review URL: https://codereview.chromium.org/12440020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187309 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-11 17:30:53 +00:00
csharp@chromium.org d91fb467f6 When running isolate command through the build tools, have the relative out directories get the same root, so that they all refer to the same location.
BUG=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187305 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-11 16:32:27 +00:00
glider@chromium.org d65fd9f99f Add a postbuild action for executables built with ASan on Mac OS.
The action will copy the ASan dynamic runtime to the same dir where
the executable is.

BUG=170629
Review URL: https://codereview.chromium.org/11642018

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187297 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-11 15:30:18 +00:00
benm@google.com 3c350ef79c Only specify C++ warnings when building C++ code.
Review URL: https://codereview.chromium.org/12734005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187292 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-11 13:59:16 +00:00
tapted@chromium.org 44e1b55fba Build app_list_unittests target for chromium_builder_tests on mac.
The change in http://crrev.com/178260 only made the target visible on Windows.
When the build target is chromium_builder_tests, OSX omits the target.

BUG=138633
TEST=Target builds and runs when opted in with git cl try --clobber -bmac_rel:app_list_unittests


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187267 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-11 10:19:18 +00:00
phajdan.jr@chromium.org c8f63936a9 Linux: use -Wl,--no-as-needed on 32-bit builders.
This is needed to fix a linking error on Ubuntu Precise:
/usr/bin/ld: out/Debug/obj.target/sync/libsync.so: undefined reference to symbol 'SSL_ExportKeyingMaterial'
/usr/bin/ld: note: 'SSL_ExportKeyingMaterial' is defined in DSO out/Debug/obj.target/net/third_party/nss/libcrssl.so so try adding it to the linker command line
out/Debug/obj.target/net/third_party/nss/libcrssl.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [out/Debug/unit_tests] Error 1

TBR=thestig

BUG=170262

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187181 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-10 03:07:45 +00:00
iannucci@chromium.org f45ef4aed5 Whitespace change to test new build configuration.
TBR=ilevy@chromium.org
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187171 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-09 21:16:28 +00:00
iannucci@chromium.org 8a2fb24a9c Set landmine for build configs which switch from make -> ninja.
TBR=ilevy@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187168 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-09 19:40:31 +00:00
nileshagrawal@chromium.org 64596c6ec8 Android: Cleanup test server instance after running each a test in gtest test runner
BUG=181040

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187158 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-09 14:56:57 +00:00
iannucci@chromium.org 1b9a2bb3ed Whitespace change to test the new build config on master.chromium
TBR=ilevy@chromium.org
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187135 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-09 08:05:17 +00:00
petarj@mips.com afa91a139d [MIPS] Set CXX variable used for v8 build
This change sets CXX gyp variable for target_arch=="mipsel".
It is a follow up of the change in v8, and it resolves issue of
incorrectly passed m32 flag to MIPS cross toolchain.

Full discussion with Jakob Kummerow and related v8 change can be seen at:

https://codereview.chromium.org/12218113/

BUG= https://code.google.com/p/chromium/issues/detail?id=130022
TEST=make chrome

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187124 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-09 02:51:28 +00:00
iannucci@chromium.org 928d0a848a Include crash_service in chromium_builder_tests.
R=jschuh@chromium.org
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187078 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-08 23:42:38 +00:00
skyostil@chromium.org cbde956b1f [android] Improve reverse forwarder error handling
Tell the user if they are trying to use the reverse ADB forwarder
without having first built the requisite host_forwarder tool.

NOTRY=true


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@187033 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-08 20:29:16 +00:00
aberent@google.com 2be1efb1a7 Revert 186925 since it breaks many of the builds on the bots (e.g.
http://build.chromium.org/p/chromium.perf/builders/Win%20Builder/builds/45240/steps/compile/logs/stdio).

> PPAPI: Remove threading options; it's always on
> 
> This also re-enables thread checking for the host side resource and var trackers. Before, checking was disabled everywhere.
> 
> BUG=159240,92909
> 
> 
> Review URL: https://chromiumcodereview.appspot.com/12378050

TBR=dmichael@chromium.org
Review URL: https://codereview.chromium.org/12504007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186939 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-08 11:10:10 +00:00
dmichael@chromium.org 95c7836b00 PPAPI: Remove threading options; it's always on
This also re-enables thread checking for the host side resource and var trackers. Before, checking was disabled everywhere.

BUG=159240,92909


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186925 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-08 09:29:14 +00:00
sadrul@chromium.org 098a562e3d x11: Include X11 dependencies only when building with X11.
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186816 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 23:23:21 +00:00
yfriedman@chromium.org da06ce8ed8 [Android] Change jni_gen_dir to jni_gen_package for jni_generator.
With the old name it was getting relativized which is undesirable. See
bug for more details.

BUG=159133
TBR=ben (nobody really cares about this outside of build/ which cjhopman approved)


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186803 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 22:34:05 +00:00
skyostil@chromium.org eaf57cb186 [telemetry] Fix Android surface statistics collector
On Android we ask SurfaceFlinger about frame presentation times to
estimate metrics such as frame rate and jitter. This data is recorded on
a per-window basis. For applications that use SurfaceView, the
statistics are reported separately for the main application window and
the contained SurfaceView. Since we mainly care about the rendering
performance of web content, we should track the statistics for the
SurfaceView instead of the main Chrome window.

BUG=http://b/8254709


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186801 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 22:33:29 +00:00
nyquist@chromium.org 25c652b4ca [sync] Upstream the Android ProfileSyncService
This creates a Java-layer ProfileSyncService that is the only class that
should be used from downstream Chrome for Android. The native
counterparts should not be used.

In the process, a hashing utility and also, some identity code and their
respective tests had to be upstreamed. No functional changes have been
made to them.

BUG=159203
TBR=sky@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186798 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 22:22:03 +00:00
jvoung@chromium.org d0d70ccbf4 Add PNaCl PPAPI browser tests via pre-translation.
Helps test that the shim and the compiler work together
correctly. At this moment, this does not use the in-browser
translator, since the ppapi browser test nexe is large and
the translation cache does not get shared between
invocations. See comments in bug 2484 about this.

BUG= https://code.google.com/p/nativeclient/issues/detail?id=2484
TEST= browser_tests --gtest_filter=*PNaCl*


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186787 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 22:07:33 +00:00
sadrul@chromium.org 071a75293c chromeos and media: Allow building chromeos without X.
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186743 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 18:20:22 +00:00
cjhopman@chromium.org 0dc4b9a2a6 Move shared lib stripping to python
This is a pretty simple translation of the library stripping into
python. With the component build, this step will become a bit more
complex, and so I'd much rather it be in python than shell script.


BUG=158821


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186735 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 17:39:22 +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
bulach@chromium.org a051a0f919 Android: disables IndexedDBBrowserTest.DoesntHangTest on content_browsertests.
Disabling temporarily to get the bots green.

BUG=180884
TBR=nileshagrawal@chromium.org
NOTRY=true


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186717 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 15:25:51 +00:00
torne@chromium.org 8ac34d9bb7 Android WebView: fix aidl on mac hosts.
tools/linux/aidl from the SDK doesn't work on macs; set the tools path
correctly based on host OS.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186710 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 14:01:05 +00:00
bulach@chromium.org 6bdbc4bbf0 Android: disables some RendererAccessibilityTest on content_browsertests.
The failures are probably related to the test harness that's been brought up rather
than the tests themselves. Disabling temporarily to get the bots green.

BUG=180849
TBR=nileshagrawal@chromium.org
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186699 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-07 13:07:01 +00:00