[Android] Add an out-of-app instrumentation driver APK. (RELAND)
commit4d64d862917d9cd9e045e95c68a3dd984d4eabcd
authorjbudorick <jbudorick@chromium.org>
Mon, 27 Apr 2015 21:13:31 +0000 (27 14:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 27 Apr 2015 21:14:11 +0000 (27 21:14 +0000)
treea1768b18c27994ef8c60e8e79ec0d60937fb446e
parentb9bfea7758f5fbda076d5873f5cf10a5f44598cf
[Android] Add an out-of-app instrumentation driver APK. (RELAND)

BUG=444049

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

Cr-Commit-Position: refs/heads/master@{#327118}
34 files changed:
android_webview/android_webview_tests.gypi
android_webview/javatests/AndroidManifest.xml
base/BUILD.gn
base/android/java/src/org/chromium/base/ThreadUtils.java
base/base.gyp
base/test/android/javatests/src/org/chromium/base/test/BaseInstrumentationTestRunner.java
build/android/pylib/instrumentation/instrumentation_test_instance.py
build/android/pylib/local/device/local_device_instrumentation_test_run.py
build/android/pylib/remote/device/remote_device_helper.py
build/android/pylib/remote/device/remote_device_instrumentation_test_run.py
build/android/pylib/remote/device/remote_device_test_run.py
build/apk_test.gypi
build/config/android/rules.gni
chrome/android/BUILD.gn
chrome/android/shell/javatests/AndroidManifest.xml
chrome/chrome_tests.gypi
content/content_tests.gypi
content/shell/android/BUILD.gn
content/shell/android/javatests/AndroidManifest.xml
testing/android/appurify_support.gyp [new file with mode: 0644]
testing/android/appurify_support/BUILD.gn [new file with mode: 0644]
testing/android/appurify_support/java/src/org/chromium/test/support/ResultsBundleGenerator.java [new file with mode: 0644]
testing/android/appurify_support/java/src/org/chromium/test/support/RobotiumBundleGenerator.java [new file with mode: 0644]
testing/android/broker/BUILD.gn [new file with mode: 0644]
testing/android/broker/java/src/org/chromium/test/broker/OnDeviceInstrumentationBroker.java [new file with mode: 0644]
testing/android/driver/BUILD.gn [new file with mode: 0644]
testing/android/driver/java/AndroidManifest.xml [new file with mode: 0644]
testing/android/driver/java/src/org/chromium/test/driver/OnDeviceInstrumentationDriver.java [new file with mode: 0644]
testing/android/native_test/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java
testing/android/on_device_instrumentation.gyp [new file with mode: 0644]
testing/android/reporter/BUILD.gn [new file with mode: 0644]
testing/android/reporter/java/src/org/chromium/test/reporter/TestStatusListener.java [new file with mode: 0644]
testing/android/reporter/java/src/org/chromium/test/reporter/TestStatusReceiver.java [new file with mode: 0644]
testing/android/reporter/java/src/org/chromium/test/reporter/TestStatusReporter.java [new file with mode: 0644]