Revert of [Android] JUnit runner + gyp changes. (patchset #15 id:280001 of https...
commit54b9408f8b18e3bf3a33343e375186e1949e8e86
authorphoglund <phoglund@chromium.org>
Wed, 24 Sep 2014 11:12:47 +0000 (24 04:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 24 Sep 2014 11:13:04 +0000 (24 11:13 +0000)
tree76142c4936c4cd549ba9115883f295c016007807
parent23c20f9ed8bb21d9a14540dabbe986cdebc5e241
Revert of [Android] JUnit runner + gyp changes. (patchset #15 id:280001 of https://codereview.chromium.org/574433003/)

Reason for revert:
Speculative revert: Android test started flaking a ton after this landed. Affected targets androidwebview_instrumentation_tests, chromeshell_instrumentation_tests, contentshell_instrumentation_tests. This CL seems the most likely in the blamelist of https://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/15905.

Original issue's description:
> [Android] JUnit runner + gyp changes.
>
> This adds Java code for running junit tests, as well as gyp targets for
> both runnable and non-runnable host-side JARs.
>
> BUG=316383
>
> Committed: https://crrev.com/2e56d4508e33de5fc60bbbb41c5a5d5534e88174
> Cr-Commit-Position: refs/heads/master@{#296340}

TBR=cjhopman@chromium.org,nyquist@chromium.org,aurimas@chromium.org,jbudorick@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=316383

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

Cr-Commit-Position: refs/heads/master@{#296384}
19 files changed:
build/all.gyp
build/android/gyp/jar.py
build/android/gyp/javac.py
build/host_jar.gypi [deleted file]
build/host_prebuilt_jar.gypi [deleted file]
testing/android/junit/java/src/org/chromium/testing/local/GtestComputer.java [deleted file]
testing/android/junit/java/src/org/chromium/testing/local/GtestFilter.java [deleted file]
testing/android/junit/java/src/org/chromium/testing/local/GtestListener.java [deleted file]
testing/android/junit/java/src/org/chromium/testing/local/GtestLogger.java [deleted file]
testing/android/junit/java/src/org/chromium/testing/local/JunitTestArgParser.java [deleted file]
testing/android/junit/java/src/org/chromium/testing/local/JunitTestMain.java [deleted file]
testing/android/junit/java/src/org/chromium/testing/local/PackageFilter.java [deleted file]
testing/android/junit/java/src/org/chromium/testing/local/RunnerFilter.java [deleted file]
testing/android/junit/javatests/src/org/chromium/testing/local/GtestFilterTest.java [deleted file]
testing/android/junit/javatests/src/org/chromium/testing/local/GtestLoggerTest.java [deleted file]
testing/android/junit/javatests/src/org/chromium/testing/local/PackageFilterTest.java [deleted file]
testing/android/junit/javatests/src/org/chromium/testing/local/RunnerFilterTest.java [deleted file]
testing/android/junit/junit_test.gyp [deleted file]
third_party/junit/junit.gyp [deleted file]