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

7 Коммитов

Автор SHA1 Сообщение Дата
jbudorick@chromium.org 59b85af440 [Android] Linting the rest of build/android/
BUG=168518

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@258948 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-03-24 16:21:44 +00:00
jbudorick@chromium.org 41ed360447 Revert of Enable presubmit pylint in build/android. (https://codereview.chromium.org/132463007/)
Reason for revert:
This patch is probably the cause of crbug.com/342539.

Original issue's description:
> Enable presubmit pylint in build/android.
> 
> BUG=168518
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249793

TBR=craigdh@chromium.org,frankf@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=168518

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@250269 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-02-11 01:47:41 +00:00
jbudorick@chromium.org 3d8bcfb710 Enable presubmit pylint in build/android.
BUG=168518

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@249793 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-02-07 21:34:23 +00:00
nduca@chromium.org afaeb719aa Use third_party/pexpect in android pylib
BUG=154343


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@162519 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-17 21:03:12 +00:00
bulach@chromium.org 5d7670d4de [android] Upstream / sync most of build/android and build/android/pylib.
These files have diverged overtime. We need to get them in sync in
preparation for the instrumentation tests.
The patches downstream have been entangled, so this is a bit big and
contains a series of otherwise unrelated patches.
However, it's probably safer to do this way (as it's guaranteed to be similar to
downstream), than trying to split it in multiple patches.

BUG=
TEST=try -b android_test


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@145872 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-10 13:21:43 +00:00
maruel@chromium.org 628d2696f1 Fix python scripts in src/build/
Make sure that:
- shebang is only present for executable files
- shebang is #!/usr/bin/env python
- __main__ is only present for executable files
- file's executable bit is coherent

Also fix EOF LF to be only one.

TBR=michaelbai@chromium.org
BUG=105108
TEST=

Review URL: http://codereview.chromium.org/8667008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111385 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-23 19:13:44 +00:00
michaelbai@google.com 712740ca27 Upstream: Test scripts for Android (phase 2)
Currently only support run base_unittests

BUG=
TEST=

Review URL: http://codereview.chromium.org/8364020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106953 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 18:59:20 +00:00