summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_test_apk_run.isolate
diff options
context:
space:
mode:
authormikecase <mikecase@chromium.org>2016-03-16 13:42:25 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-16 20:44:23 +0000
commita136dc99c3e5f7e02263aa86085769a569a01a47 (patch)
treeed8cbf716d6476a2e07513024b9e775afde28aa7 /android_webview/android_webview_test_apk_run.isolate
parent2e4993c912afe61d1edb02ce1edf770c65481ed2 (diff)
downloadchromium_src-a136dc99c3e5f7e02263aa86085769a569a01a47.zip
chromium_src-a136dc99c3e5f7e02263aa86085769a569a01a47.tar.gz
chromium_src-a136dc99c3e5f7e02263aa86085769a569a01a47.tar.bz2
[WebView] Add an isolate file to run the WebView Layout tests.
Adding an isolate file similiar to what exists for the AndroidWebViewTest.apk to run the instrumentation test through the isolate file. BUG= Review URL: https://codereview.chromium.org/1790633004 Cr-Commit-Position: refs/heads/master@{#381522}
Diffstat (limited to 'android_webview/android_webview_test_apk_run.isolate')
-rw-r--r--android_webview/android_webview_test_apk_run.isolate7
1 files changed, 3 insertions, 4 deletions
diff --git a/android_webview/android_webview_test_apk_run.isolate b/android_webview/android_webview_test_apk_run.isolate
index 448fe04..eb2fdaa 100644
--- a/android_webview/android_webview_test_apk_run.isolate
+++ b/android_webview/android_webview_test_apk_run.isolate
@@ -8,10 +8,9 @@
'variables': {
'command': [
'<(PRODUCT_DIR)/bin/run_android_webview_test_apk',
- '--enable-platform-mode',
- '-e', 'local',
- '--apk-under-test', '<(PRODUCT_DIR)/apks/AndroidWebView.apk',
- '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
+ '--enable-platform-mode',
+ '-e', 'local',
+ '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
],
'files': [
'../third_party/proguard/lib/proguard.jar',