| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- we are using this in a build script which is stalling
on computers where no devices are detected.
TBR=mnaganov@chromium.org
Review URL: https://codereview.chromium.org/10963054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158246 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Does not break bot, but attempts to wait until phone boots
- Minor fixes to adb_device_functions
BUG=141899
Review URL: https://chromiumcodereview.appspot.com/10837180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152052 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Now requires you to specifically change the GYP_GENERATORS to specify Ninja. The original change broke because gyp ran for both make and ninja and the webkit bot determines whether to use ninja by the presence of build.ninja (thanks to Peter for figuring this out)
BUG=137569,136693
Review URL: https://chromiumcodereview.appspot.com/10827073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148790 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This broke the Android WebKit bots as they switched to using Ninja, which
should have been tested before this landed.
---
Splits helper functions out of envsetup into envsetup_functions.sh.
Also includes device helper functions in
build/android/adb_device_functions.sh.
Finally, some fixes to build/common.gypi that happened when
cherry-picked down https://chromiumcodereview.appspot.com/10807019
BUG=137569,136693
Review URL: https://chromiumcodereview.appspot.com/10796104
TBR=yfriedman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10821066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148739 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Splits helper functions out of envsetup into envsetup_functions.sh.
Also includes device helper functions in
build/android/adb_device_functions.sh.
Finally, some fixes to build/common.gypi that happened when
cherry-picked down https://chromiumcodereview.appspot.com/10807019
BUG=137569,136693
Review URL: https://chromiumcodereview.appspot.com/10796104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148377 0039d316-1c4b-4281-b951-d872f2087c98
|