summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Introduce use_ash macro/gyp define.ben@chromium.org2012-01-031-2/+19
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9071013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116212 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 116191 - Input latency performance test that uses tracing.jbates@chromium.org2012-01-031-6/+1
| | | | | | | | | | | | | This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test. See the comments in latency_tests.cc for an overview of how latency is measured. Review URL: http://codereview.chromium.org/8883005 TBR=jbates@chromium.org Review URL: http://codereview.chromium.org/9071018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116202 0039d316-1c4b-4281-b951-d872f2087c98
* Input latency performance test that uses tracing.jbates@chromium.org2012-01-031-1/+6
| | | | | | | | | | This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test. See the comments in latency_tests.cc for an overview of how latency is measured. Review URL: http://codereview.chromium.org/8883005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116191 0039d316-1c4b-4281-b951-d872f2087c98
* Add ___asan_unregister_globals to the list of symbols that should be saved ↵glider@chromium.org2011-12-291-0/+1
| | | | | | | | | when building with AddressSanitizer. This CL is to be submitted after we update the ASan binaries for Darwin. Review URL: http://codereview.chromium.org/8989061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115962 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Allow fullscreen RWHVAs (i.e. Flash) to be focused.derat@chromium.org2011-12-271-1/+1
| | | | | | | | | | | | | This fixes a regression that caused fullscreen RenderWidgetHostViewAuras to decline the focus, resulting in them not receiving key events. BUG=107804 TEST=manually checked that Space and Escape now work in fullscreen YouTube videos; also added a test Review URL: http://codereview.chromium.org/9026013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115855 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 146361:147225thakis@chromium.org2011-12-241-5/+8
| | | | | | | | | | BUG=107412 TEST=none TBR=hans Review URL: http://codereview.chromium.org/9007051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115755 0039d316-1c4b-4281-b951-d872f2087c98
* Move the gyp file to ash.ben@chromium.org2011-12-241-3/+3
| | | | | | | | | http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9034017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115744 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to force a build.maruel@chromium.org2011-12-231-0/+1
| | | | | | NO CODE CHANGE. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115734 0039d316-1c4b-4281-b951-d872f2087c98
* Add --dart-flags and --disable-dart command line switches.podivilov@chromium.org2011-12-231-0/+6
| | | | | | | | R=darin@chromium.org Review URL: http://codereview.chromium.org/8905006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115707 0039d316-1c4b-4281-b951-d872f2087c98
* Add performance_ui_tests to chrome_official_builder.cmp@chromium.org2011-12-221-0/+1
| | | | | | Review URL: http://codereview.chromium.org/9025020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115632 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable swiftshader.jbauman@chromium.org2011-12-221-3/+0
| | | | | | | | | | | | We've been getting a bunch of extra gpu-related crashes recently, and while they don't seem to be related to swiftshader (the timing is a bit off) it's possible, so try to rule that out. BUG=26001 TEST= Review URL: http://codereview.chromium.org/9021039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115534 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for missing ASAN stack frames.aarya@google.com2011-12-211-0/+1
| | | | | | Review URL: http://codereview.chromium.org/8999013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115347 0039d316-1c4b-4281-b951-d872f2087c98
* With this change, each target can select an optimization level for Windows ↵siggi@chromium.org2011-12-204-12/+77
| | | | | | | | | | | | | | | | | | | | official builds by setting a variable name "optimize" to one of three possible values: - "size"; optimizes for minimal code size, the default. - "speed"; optimizes for speed over code size. - "max"; turns on link time code generation and whole program optimization, which is very expensive and should be used sparingly. Note that this change by itself lowers the optimization level to "size" for all targets. Separate changes to the V8 and WebKit repos will be needed to bring up their optimization levels to WPO. BUG=108167 TEST= Review URL: http://codereview.chromium.org/8983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115187 0039d316-1c4b-4281-b951-d872f2087c98
* Install Android SDK4.0michaelbai@chromium.org2011-12-201-16/+7
| | | | | | | | | | | | | | Install Android SDK 4.0 r16. The Android SDK directory should be set to android-sdk-linux afterwards BUG= TEST=all available tests passed Review URL: http://codereview.chromium.org/8963008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115170 0039d316-1c4b-4281-b951-d872f2087c98
* Do not pass the deprecated -fasan flag in the asan=1 modeglider@chromium.org2011-12-201-6/+0
| | | | | | | (we're already passing -faddress-sanitizer). Review URL: http://codereview.chromium.org/8953033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115097 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace file to force a test run on the ASAN botsrsleevi@chromium.org2011-12-181-1/+1
| | | | | | | | | BUG=none TBR=thakis Review URL: http://codereview.chromium.org/8989001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114937 0039d316-1c4b-4281-b951-d872f2087c98
* Add libudev to install-build-deps.shscottmg@chromium.org2011-12-171-6/+6
| | | | | | | | | BUG=79050 Review URL: http://codereview.chromium.org/8981007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114905 0039d316-1c4b-4281-b951-d872f2087c98
* 3 additions to common.gypi:bruening@chromium.org2011-12-171-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) re-instate r113657 from crbug/106711: win_release_OmitFramePointers=0 must explicitly pass /Oy- since /O2 implies /Oy 2) add win_debug_OmitFramePointers as tri-state where blank value (the default) avoids perturbing VS defaults 3) add win_release_extra_cflags and win_debug_extra_cflags to make it easier to add custom local flags for tool builds BUG=106711 TEST=Tweaked these vars via GYP_DEFINES and include.gypi and confirmed the changes in build/All.vcproj For example: I have "'win_release_InlineFunctionExpansion': 0" in my include.gypi: % GYP_DEFINES='win_debug_extra_cflags="/QIfist /nologo"' gclient runhooks % grep -E -o 'Name="[^"|]*\|[^"]*"|Omit[^ ]*|include" AdditionalOptions="[^"]*"' build/All.vcproj Name="Release|Win32" include" AdditionalOptions="/MP /Ob0" OmitFramePointers="true" Name="Debug|Win32" include" AdditionalOptions="/MP /QIfist /nologo" Name="Release|x64" include" AdditionalOptions="/MP /Ob0" OmitFramePointers="true" Name="Debug|x64" include" AdditionalOptions="/MP /QIfist /nologo" % GYP_DEFINES='win_release_extra_cflags="/QIfist /nologo" win_release_OmitFramePointers=0 win_debug_OmitFramePointers=1' gclient runhooks % grep -E -o 'Name="[^"|]*\|[^"]*"|Omit[^ ]*|include" AdditionalOptions="[^"]*"' build/All.vcproj Name="Release|Win32" include" AdditionalOptions="/MP /QIfist /nologo /Ob0 /Oy-" OmitFramePointers="false" Name="Debug|Win32" include" AdditionalOptions="/MP" OmitFramePointers="true" Name="Release|x64" include" AdditionalOptions="/MP /QIfist /nologo /Ob0 /Oy-" OmitFramePointers="false" Name="Debug|x64" include" AdditionalOptions="/MP" OmitFramePointers="true" Review URL: http://codereview.chromium.org/8966025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114893 0039d316-1c4b-4281-b951-d872f2087c98
* Download SwiftShader component if WebGL is blacklistedjbauman@chromium.org2011-12-161-0/+3
| | | | | | | | | | | Register with the component updater service if it's discovered that WebGL is blacklisted. Then register the swiftshader library with the GPU data manager. BUG=26001 TEST=Start up chrome on a blacklisted windows machine, wait a while, and open a webgl page Review URL: http://codereview.chromium.org/8897008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114885 0039d316-1c4b-4281-b951-d872f2087c98
* Tell the linker in advance to expect a large output size.siggi@chromium.org2011-12-161-1/+7
| | | | | | | | | | | | | | This may reduce memory fragmentation, which may eke out a few more weeks of time on our official builds. Also turn down linker log verbosity. R=maruel@chromium.org BUG=None TEST=Official Windows build doesn't fail with linker OOM. Review URL: http://codereview.chromium.org/8963016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114808 0039d316-1c4b-4281-b951-d872f2087c98
* White space change to kick start the windows builderssail@chromium.org2011-12-161-1/+1
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8965016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114732 0039d316-1c4b-4281-b951-d872f2087c98
* net: rename NSS's 'ssl' to 'libssl'agl@chromium.org2011-12-151-1/+1
| | | | | | | | | | | | | ninja doesn't like there being several targets with the name 'ssl', so I renamed NSS's 'ssl' target to 'libssl'. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/8907043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114656 0039d316-1c4b-4281-b951-d872f2087c98
* Add verbose logging to linker flags in offial builds.siggi@chromium.org2011-12-151-0/+4
| | | | | | | | | | | R=maruel@chromium.org BUG= TEST=Verified that this produces verbose debug spew in VS2008 official builds. Review URL: http://codereview.chromium.org/8910022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114536 0039d316-1c4b-4281-b951-d872f2087c98
* Breakpad: Compile Breakpad into Chromium by default on Macmseaborn@chromium.org2011-12-141-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is intended to make it easier to test Breakpad crash dumping on the buildbots. Crash dumping will be disabled in Chromium by default at run time unless CHROME_HEADLESS is set. The bots set CHROME_HEADLESS, but we don't really want the bots to be uploading crash dumps that are useless without symbols, so uploading is disabled except for official builds and when building with mac_breakpad_uploads=1. This should not affect stack backtraces that occur in tests (such as browser_tests) via StackDumpSignalHandler(). Although Breakpad would normally take priority over this signal handler, Breakpad does not get enabled in these test suites because is_browser is false inside InitCrashReporter(). This change leaves the Gyp option "mac_breakpad" for enabling the creation of Breakpad files. This remains off by default for Chromium builds, because the symbol dumping is slow and because it has problems in the makefile-based Mac builds. BUG=105778 TEST=run Chromium with --crash-test and CHROME_HEADLESS=1; a *.dmp file should appear in ~/Library/Application Support/Chromium/Crash Reports Review URL: http://codereview.chromium.org/8824003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114468 0039d316-1c4b-4281-b951-d872f2087c98
* add -fPIC to ldflags if linux_fpic is enabledrobert.nagy@gmail.com2011-12-141-0/+3
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8916005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114467 0039d316-1c4b-4281-b951-d872f2087c98
* Put irt and untrusted TC dependencies behind a flag.robertm@google.com2011-12-141-1/+6
| | | | | | | | | | | | | This helps with arm development where the PNaCl hook up will take a while. Also: * split ppapi_proxy.gyp into trusted and untrusted parts. * enable nacl for arm when *not* targeting chromeos Review URL: http://codereview.chromium.org/8905007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114438 0039d316-1c4b-4281-b951-d872f2087c98
* Add python-cherrypy3 build dependency for CNS.dalecurtis@chromium.org2011-12-141-2/+2
| | | | | | | | | | | | | Required for the Constrained Network Server (CNS) used by video tag testing. See code under media/tools/constrained_network_server. BUG=104242 TEST=Installed dep, verified server ran. Review URL: http://codereview.chromium.org/8879060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114325 0039d316-1c4b-4281-b951-d872f2087c98
* Yet another fix for concurrent calls to expand.exe.grt@chromium.org2011-12-131-24/+21
| | | | | | | | | | | This time, try doing the work in uniquely named temp directories rather than blocking. BUG=107291 TEST=Watch for build failures while extracting d3dx9_43.dll, D3DCompiler_43.dll, or xinput1_3.dll. Review URL: http://codereview.chromium.org/8890072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114290 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r113657 "win_release_OmitFramePointers=0 must explicitly pass /Oy-"maruel@chromium.org2011-12-131-6/+0
| | | | | | | | | | | | | | We are suspecting this has side effects on official builds. If so, this is a configuration error. Trying out to be sure. TBR=timurrrr@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8898023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114251 0039d316-1c4b-4281-b951-d872f2087c98
* Set the compiler root directory for the Android NDK, merging two linker flags.peter@chromium.org2011-12-131-2/+1
| | | | | | | | | | | This change replaces -rpath-link and an -L linking flag with --sysroot, which sets the compiler root directory for all headers and libraries. BUG= TEST= Review URL: http://codereview.chromium.org/8938003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114216 0039d316-1c4b-4281-b951-d872f2087c98
* Switching all chromium_builder targets to see if everything builds nowbradnelson@google.com2011-12-131-53/+1
| | | | | | | | | | | | | (the underlying issues have been resolved). BUG=None TEST=None R=maruel@chromium.org TBR (will see what the bots do and back out if there are issues). Review URL: http://codereview.chromium.org/8936003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114190 0039d316-1c4b-4281-b951-d872f2087c98
* Address comments in 8921029 extract_from_cab script now takes a global lock ↵apatrick@chromium.org2011-12-131-9/+6
| | | | | | | | | | | | while extracting from the CAB file. http://codereview.chromium.org/8921029/ BUG=107291 Review URL: http://codereview.chromium.org/8929001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114173 0039d316-1c4b-4281-b951-d872f2087c98
* Remove psutil from tree, install via install-build-deps.shdalecurtis@chromium.org2011-12-131-11/+11
| | | | | | | | | | | | Per discussion with thakis, cmp we should remove this dep from the tree and instead install it via install-build-deps.sh. BUG=106105 TEST=Installed dep, ran tests. Review URL: http://codereview.chromium.org/8919026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114146 0039d316-1c4b-4281-b951-d872f2087c98
* extract_from_cab script now takes a global lock while extracting from the ↵apatrick@chromium.org2011-12-131-8/+29
| | | | | | | | | | | CAB file. I suspect the Microsoft expand tool does not work reliably if invoked concurrently. Since a recent change to extract the xinput DLL using the same script, but for a different target than the D3D DLLs, it is possible that expand_from_cab.py can be invoked concurrently. BUG=107291 Review URL: http://codereview.chromium.org/8921029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114132 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 3 at:sky@chromium.org2011-12-091-0/+1
| | | | | | | | | | | | | | | | | Makes tests either use mock compositor or mock WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. Attempt 2 failed because of last minute changes to chrome_tests.gypi that I didn't merge properly with. TBRing again. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8890050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113809 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on use_skia by default for Macepoger@chromium.org2011-12-091-1/+1
| | | | | | | BUG=101731 Review URL: http://codereview.chromium.org/8890034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113807 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI TaskManager: Turn it on-by-default on Win/Mac/Linuxyoshiki@chromium.org2011-12-091-3/+3
| | | | | | | | | | | | Enable WebUI task manager for all platforms in r18, reverting r112133 ("WebUI TaskManager: Turn it off-by-default on Win/Mac/Linux"). BUG=97429 TEST=manual on linux TBR=yoshiki@chromium.org Review URL: http://codereview.chromium.org/8890065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113779 0039d316-1c4b-4281-b951-d872f2087c98
* Android emulator image cleanup.jrg@google.com2011-12-091-0/+17
| | | | | | | | | BUG=None TEST= Review URL: http://codereview.chromium.org/8889040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113771 0039d316-1c4b-4281-b951-d872f2087c98
* Disable a test that hangs (on both emulator and device).jrg@google.com2011-12-081-0/+2
| | | | | | | | | BUG=None TEST= Review URL: http://codereview.chromium.org/8890046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113689 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 113676 - Attempt 2 at : Makes tests either use mock compositor or mocksky@chromium.org2011-12-081-1/+0
| | | | | | | | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8873037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113683 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 2 at : Makes tests either use mock compositor or mocksky@chromium.org2011-12-081-0/+1
| | | | | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113676 0039d316-1c4b-4281-b951-d872f2087c98
* win_release_OmitFramePointers=0 must explicitly pass /Oy-bruening@chromium.org2011-12-081-0/+6
| | | | | | | | | | | | since /O2 implies /Oy BUG=106711 TEST=examined All.vcproj and ./build/Release/obj/googleurl_unittests/BuildLog.htm and confirmed /Oy- is present Review URL: http://codereview.chromium.org/8890023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113657 0039d316-1c4b-4281-b951-d872f2087c98
* Add automatic retry of cab extraction.maruel@chromium.org2011-12-081-1/+7
| | | | | | | | | | | | | | | | | It fails occasionally with: One or more files could not be expanded. Delta Package Expander Returned 0x80070002 Expanding File ..\third_party\directxsdk\files\redist\jun2010_d3dx9_43_x86.cab Incomplete, Error Code=0x80070002 Error Description: The system cannot find the file specified. NOTRY=true TBR=sky@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8883029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113653 0039d316-1c4b-4281-b951-d872f2087c98
* Newer versions of Ubuntu rename lib32readline5-dev to lib32readline-gplv2-devmarkus@chromium.org2011-12-081-1/+6
| | | | | | | | BUG=none TEST=Install dependencies in an "oneiric" chroot environment Review URL: http://codereview.chromium.org/8883009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113626 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test failures when calling native char conversion functions (e.g wrctomb).saintlou@chromium.org2011-12-081-0/+1
| | | | | | | | | | | | | This initialization must have been implicit with gtk. On ChromeOS we go down a different code path for these tests. TBR=phajdan.jr@chromium.org BUG=106725 TEST=RTLTest.WrapPathWithLTRFormatting on Aura/Linux. Review URL: http://codereview.chromium.org/8889002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113614 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 113470 - Makes tests either use mock compositor or mock ↵sky@chromium.org2011-12-071-1/+0
| | | | | | | | | | | | | | WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. BUG=104360 TEST=none Review URL: http://codereview.chromium.org/8805033 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8873001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113507 0039d316-1c4b-4281-b951-d872f2087c98
* Use -wipe-data on emulator launch to improve android bot reliability.jrg@google.com2011-12-071-9/+19
| | | | | | | | | BUG=None TEST= Review URL: http://codereview.chromium.org/8863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113492 0039d316-1c4b-4281-b951-d872f2087c98
* Makes tests either use mock compositor or mock WebGraphicsContext3D ↵sky@chromium.org2011-12-071-0/+1
| | | | | | | | | | | depending upon which compositor we're running. This is needed to enable ui tests on the bots. BUG=104360 TEST=none Review URL: http://codereview.chromium.org/8805033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113470 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Use WebKit compositor by defaultpiman@chromium.org2011-12-071-3/+7
| | | | | | | | | | | | BUG=99524 TEST=compositor_unittests, views_unittests, aura_unittests... Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112641 Review URL: http://codereview.chromium.org/8565019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113434 0039d316-1c4b-4281-b951-d872f2087c98
* Android buildbot: be more tolerant of 'stuck' devices.jrg@chromium.org2011-12-071-8/+14
| | | | | | | | | | | | | Be explicit about which device we are 'wait for boot'ing on. Also add explicit timeout on wait-for-boot. BUG=None TEST= Review URL: http://codereview.chromium.org/8831002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113363 0039d316-1c4b-4281-b951-d872f2087c98