Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1526)

Unified Diff: android_webview/android_webview_test_apk_run.isolate

Issue 1790633004: [WebView] Add an isolate file to run the WebView Layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a bunch of unneccesary arguments to the test runner scripts. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/system_webview_shell_layout_test_apk_run.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_test_apk_run.isolate
diff --git a/android_webview/android_webview_test_apk_run.isolate b/android_webview/android_webview_test_apk_run.isolate
index 448fe04776556808efe41b9d87ac9d57a623c66a..eb2fdaa44da47b6b650a49272edd8e4597344646 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',
« no previous file with comments | « no previous file | android_webview/system_webview_shell_layout_test_apk_run.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698