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

5357 Коммитов

Автор SHA1 Сообщение Дата
raymes@google.com 1aaf2ea193 Disable multithreading for gold
gold is frequently crashing on the buildbots which is most likely due to a race
condition when running in multithreaded mode. Disable multithreaded mode
until the bug is fixed.

BUG=161942
R=thestig@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244811 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-14 23:40:55 +00:00
brettw@chromium.org c49df711c2 Hook up ARM architecture flags to GN build.
This duplicates the ARM architecture logic from common.gypi.

R=scottmg@chromium.org
TBR=scottmg

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244782 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-14 18:56:50 +00:00
brettw@chromium.org 36ffc15f02 Move GN's glib_cxx_debug flag onto the debug configuration.
Previously this was in a global config which also applied to the release build.

R=thakis@chromium.org
TBR=thakis@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244781 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-14 18:54:08 +00:00
vapier@chromium.org f84d755521 python_arch: return "unknown" when file does not exist
The `file` program follows POSIX as outlined here:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/file.html

Specifically, this part causes troubles:
If the file named by the file operand does not exist, cannot be read, or
the type of the file named by the file operand cannot be determined, this
shall not be considered an error that affects the exit status.

With older versions of `file` (that does not conform to POSIX), this
script will exit 0 with "unknown" as its output when "$1" does not exist.
But with recent releases (that conform to POSIX), this script will exit 1
and can break the build.

Have the script explicitly check for the existence of $1 and if it does
not exist, then runt he unknown logic like normal.

BUG=chromium:332547
TEST=ran python_arch.sh on bogus files with new & old `file` programs

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244778 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-14 18:52:34 +00:00
thestig@chromium.org 64a8aa4d96 Cleanup: Remove unused IDS entries from build/ios/grit_whitelist.txt.
Review URL: https://codereview.chromium.org/136153002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244713 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-14 15:04:18 +00:00
bolian@chromium.org ce4a6db2c4 Added Dev host for data reduction proxy controlled by Finch experiment.
This is only for Android. We don't need it for iOS at this point.

BUG=325345

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244669 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-14 11:17:30 +00:00
navabi@google.com 18791a67b8 Change avd.py script to let developers point to emulator SDK.
The emulator sdk root is now downloaded into the source tree (and .gitingore'd).
That means that doing a clobber on the src directory will delete the emulator
SDK downloaded by build/android/install_emulator_deps.py.

This change allows developers to have an emulator SDK located somewhere else
that they can point the avd.py script to. Also, some bots will remove the src
directory between builds. Rather than make the bots re-download the emulator sdk
everytime, this allows them to have an emulator SDK installed somewhere else and
point to it.

BUG=304129
TBR=craigdh@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244637 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-14 02:27:01 +00:00
thakis@chromium.org 862b84ed2d android: Set gcc_version in build/common.gypi instead of in envsetup.
BUG=330631
R=torne@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244615 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-14 00:14:49 +00:00
brettw@chromium.org 26df4e4ca8 Fix Glib flag in GN build.
It had an extra underscore at the beginning.

R=thakis@chromium.org
TBR=thakis

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244595 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-13 22:11:58 +00:00
jam@chromium.org 13dc41317f Fix chromium.gyp_env to see GYP_MSVS_VERSION.
Fix from scottmg.

R=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244585 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-13 21:29:34 +00:00
spang@chromium.org e3e6e06769 Use third_party/fontconfig for embedded builds
This uses the in-tree version when embedded==1.

BUG=318315

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244583 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-13 21:27:42 +00:00
hans@chromium.org 2de5cf9cda Roll Clang 193323:198389
BUG=323668

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244540 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-13 18:34:22 +00:00
brettw@chromium.org 2fb69c1106 Modify some Linux flags for better GYP fidelity in GN build.
R=scottmg@chromium.org
TBR=scottmg

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244539 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-13 18:23:28 +00:00
spang@chromium.org 5c3c0217bf Enable unwind support with buildtype=Official branding=Chrome in Debug mode
The previous patch removed unwind support on x64 official builds,
including Debug builds. That may have been a bit too far. Add it back to
Debug builds (but not Release builds).

BUG=180975

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244331 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-11 03:12:05 +00:00
dalecurtis@google.com aef7d5f1f7 Revert 244256 "[Android] Enable lint warnings by default."
> [Android] Enable lint warnings by default.
> 
> Lint has been running on FYI bots for a while,
> time to enable them by default on bots and for developers.
> 
> BUG=None
> R=yfriedman@chromium.org
> 
> Review URL: https://codereview.chromium.org/127383002

TBR=frankf@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244266 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 22:42:57 +00:00
frankf@chromium.org c2410e8f72 [Android] Enable lint warnings by default.
Lint has been running on FYI bots for a while,
time to enable them by default on bots and for developers.

BUG=None
R=yfriedman@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244256 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 22:02:12 +00:00
thakis@chromium.org 7521222e32 Add a missing "import glob".
Reported in "[chromium-dev] the problem i met when buliding chromium on the windows 7 without cygwin"

R=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244232 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 20:45:38 +00:00
brettw@chromium.org 1d94784c4f Fix nan definition on GN Android build.
This resulted in a double -D definition.

TBR=scottmg

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244203 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 18:17:03 +00:00
phoglund@chromium.org 3b64c04c0b Fixed DTMF test on Android.
Turns out we accidently removed the DTMF payload type from the SDP. We
now preserve it even if we force iSAC.

BUG=332016
R=wjia@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244200 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 18:00:21 +00:00
bulach@chromium.org 3474356f4f Android: wait for at least one device if usb restart fails.
On some bots, the USB restart fails, but some devices come back
online shortly afterwards.
Rather than completely shortcut, wait for at least one device to be alive.

BUG=332356
TBR=navabi@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244145 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 11:12:52 +00:00
brettw@chromium.org e214b96ebe Improves GN's make_global_settings
This makes make_global_settings closer to the GYP version. Previously it had relied on GYP concatenating two lists when running with goma, but it doesn't actually behave this way, resulting in unexpected output.

TBR=scottmg

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244104 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 06:09:59 +00:00
frankf@chromium.org c1c58562d3 [Android] Do not fail the build due to lint issues.
- Treat lint issues as warnings not errors
- Also, disable Recycle rule

BUG=None
NOTRY=True

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244078 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 03:50:32 +00:00
szym@chromium.org 2005dccbd0 [telemetry] Implement per-pixel algorithms in Bitmap as a C++ extension.
The extension provides fast bitmap operations with no external
dependencies. However, it is not available on all platforms.

BUG=323813
TEST=telemetry bitmap_unittest
TBR=bulach@chromium.org, tonyg@chromium.org, maruel@chromium.org
NOTRY=true

This is a third attempt. See bug for previous reviews of this CL.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244067 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-10 03:17:38 +00:00
brettw@chromium.org 220148a4e6 Make GN pass -target flags only on Android Clang
This fails on other configurations. The new behavior matches the GYP build.

R=scottmg@chromium.org
TBR=scottmg

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243930 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 18:34:25 +00:00
spang@chromium.org e80ad0953f Enable unwind support for all non-official builds
This makes unwind support consistent on Linux (used by
base::debug::StackTrace). A combination of arch-specific toolchain defaults
and arch-specific cflags made the previous behavior inconsistent.

Unwind tables are useful for development and much cheaper than
debuginfo, so enable them for all non-official builds.

TEST=build for ia32, x64, arm (compared defaults & official)
BUG=180975

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243919 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 17:32:51 +00:00
jiayl@chromium.org 5a58a9243f Remove the base.gyp dependency from system.gyp
The dependency is unnecessary and causes build error in the standalone webrtc project due to missing base.gyp when SCTP is enabled (it depends on usrsctp.gyp, which depends on system.gyp). All system.typ needs from base.gyp is the "include_dirs" pointing to ".." relative to "base". So we can remove the dependency on base.gyp and add "include_dirs":["../.."] instead.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243863 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 12:22:45 +00:00
eugenis@chromium.org 15650ffbd1 Switch SELinux to permissive before running ASan tests.
Process wrapping on Android currently conflicts with SELinux.

TEST=ASan content_shell test on KLP Android
BUG=325685
R=bulach@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243848 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 11:47:25 +00:00
nick@chromium.org 8e2786ef74 Fix handling of visual studio override when using automated toolchain.
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243845 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 11:40:38 +00:00
thakis@chromium.org a56eddf8d0 cycle bots
TBR=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243811 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 08:03:39 +00:00
thakis@chromium.org 1a25390f79 Remove trailing periods from rule messages.
See commit message of r232166 for details.

BUG=none
NOTRY=true
R=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243790 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 06:50:54 +00:00
scottmg@chromium.org b645fc64eb win: Use ninja by default
With this change, `gclient runhooks` creates ninja files by default on
Windows. To build, run `ninja -C out\Release chrome`. The output appears
in out\ instead of build\.

If you need to use a VS build for some reason, you can still
`set GYP_GENERATORS=msvs`. This is no longer a tested configuration.

Bots should automatically pick up the binaries in the new location (out).
If something does break, it should be safe to revert this change, and bots
should then automatically go back to picking up binaries from the old
location (build).

R=thakis@chromium.org
BUG=303291

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243782 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 05:08:41 +00:00
boliu@chromium.org 98bb96d639 aw: Clean up android webview lint suppressions
Fix a few instances of HashMap to SparseArray in
AwQuotaManagerBridge.java

Pass null locale to String.format, which implies "no
localization is applied".

Pass Locale.ENGLISH toLowerCase as suggested by the
documentation.

Removed some unneeded supressions.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243781 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-09 05:08:25 +00:00
phoglund@chromium.org 4faba0f953 Fixing WebRTC AEC dump tests on Android, disabling DTMF test.
Seems the DTMF test didn't work well after all, when running with Opus.

The AEC tests were broken because they didn't force iSAC.

BUG=181069,332016

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 22:57:01 +00:00
brettw@chromium.org cd32cb2c96 Work on Android GN build.
Adds arm version and some android configuration build flags.

This adds most of the logic from common.gypi to the Android GN build.

This is currently missing the crtbegin/end stuff and won't actually make real Android builds. The logic in this patch is just the initial conversion that will require testing and several more passes of fixes.

R=torne@chromium.org, torne

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243681 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 22:47:42 +00:00
bbudge@chromium.org d9ea552975 GN: Get Mac build working for IPC target at least.
- Move sysroot.gni up a directory, as it applies to multiple
platforms now.
- Use existing find_sdk.py script to locate Mac SDK.
- Fix some gtest includes for Mac files.

BUG=
R=brettw@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243654 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 21:38:35 +00:00
brettw@chromium.org d182837522 Add goma include to mac GM toolchain.
Even though this isn't hooked up on Mac yet, we need the goma include for all toolchains to avoid throwing errors for Goma on Mac users.

TRB=thakis

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243644 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 21:06:13 +00:00
brettw@chromium.org 384477bd44 Remove extra print statemt from GYP.
I accidentally checked this in.

TBR=scottmg

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243618 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 18:59:48 +00:00
brettw@chromium.org d26952a6e6 GN: Autodetect Visual Studio versions
This searches the local system for Visual Studio versions like GYP. It enables specifically requesting one version, as well as overriding the directory like GYP.

BUG=
R=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243612 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 18:46:44 +00:00
bulach@chromium.org c4dfd98310 Android: sync up latest JNI generator changes from downstream.
Quite a few changes were made downstream, keep them in sync:
- specify the #include files.
- inject the common DCHECKs for class and native pointers.
- inject the check exception call.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243558 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 14:41:13 +00:00
navabi@google.com b450206ab1 S3 devices should not be rebooted in provision step.
Rebooting s3 devices causes device to be flaky during the deploy step. This is
likely because WaitForPackageManager() does not wait long enough on the s3
devices. I've verified locally on the bot that without the reboot in the
provision step, the devices are more reliable (i.e. deploy step passes).

BUG=321063
TBR=frankf@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243542 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 12:56:50 +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
thestig@chromium.org ddbe022b8a Revert 243469 "[telemetry] Implement per-pixel algorithms in Bit..."
> [telemetry] Implement per-pixel algorithms in Bitmap as a C++ extension.
> 
> The extension provides fast bitmap operations with no external
> dependencies. However, it is not available on all platforms.
> 
> BUG=323813
> TEST=telemetry bitmap_unittest
> R=bulach@chromium.org, tonyg@chromium.org
> 
> Review URL: https://codereview.chromium.org/121493004

TBR=szym@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243478 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 03:24:30 +00:00
szym@chromium.org c8bfb053e0 [telemetry] Implement per-pixel algorithms in Bitmap as a C++ extension.
The extension provides fast bitmap operations with no external
dependencies. However, it is not available on all platforms.

BUG=323813
TEST=telemetry bitmap_unittest
R=bulach@chromium.org, tonyg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243469 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 02:14:42 +00:00
brettw@chromium.org ad0ae7286a GN Command line -D parsing, goma on Windows
This makes gyp_chromium pass defines defined via -D on the command line to GN.

Fixes double-escaping of strings from supplemental.gypi files.

Pass use_goma to the GN build.

Handle "use_goma" and "use_goma=1" (same for other boolean values). Previously values with no equals sign were getting converted to 'true', which doesn't match '1' which we look for.

Output goma wrappers in the GYP header for Windows toolchains.

R=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243446 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 00:32:04 +00:00
newt@chromium.org 02ad65b2bc Revert of https://codereview.chromium.org/106173002/
Reason for revert: this introduced a package dependency bug where ia32-libs cannot be installed on ubuntu precise systems

TBR=kkimlabs@chromium.org,cjhopman@chromium.org,pschmidt@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=290225

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243437 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-08 00:05:19 +00:00
kbr@chromium.org fa46fdcff4 Added isolates for remaining tests on GPU bots.
These represent the non-Telemetry tests currently running on these bots.

Tested locally on Linux. Will test on other platforms after the initial
commit and update the isolates as necessary.

BUG=321878
R=maruel@chromium.org
TBR=maruel@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243388 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-07 21:40:22 +00:00
kbr@chromium.org 47af3f876c Switch Android GPU bot to use cloud storage for pixel reference images.
BUG=331125
R=navabi@chromium.org, navabi@google.com, skyostil@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243372 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-07 20:10:04 +00:00
newt@chromium.org 0aab148f04 Mirror images for RTL languages at build time.
This adds a build step to generate mirrored images for use in
right-to-left (RTL) languages. Images are mirrored by flipping the
original image over the vertical axis. Every image must be explicitly
listed as mirrorable or non-mirrorable in a config file.

The goal: ensure that our RTL image assets are always up-to-date.

BUG=290225
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243332 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-07 18:02:29 +00:00
iancottrell@chromium.org deec798db9 Don't stop because we couldn't restart usb devices.
One of the build bots was failing to restart one device, but it still had four other devices online it could continue with.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243292 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-07 14:27:49 +00:00
frankf@chromium.org 177f06013e [Android] Fix uiautomator command line flag after r242933.
BUG=331798
TBR=navabi@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243127 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-01-06 18:46:14 +00:00