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

Unified Diff: content/content_shell_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 | « chrome/android/chrome_sync_shell_test_apk.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell_test_apk_run.isolate
diff --git a/content/content_shell_test_apk_run.isolate b/content/content_shell_test_apk_run.isolate
index 444a6c88960663cec8bba680449893e4904d3425..8c01eb4dd7eadd4106d3f33984ce647394de4f4a 100644
--- a/content/content_shell_test_apk_run.isolate
+++ b/content/content_shell_test_apk_run.isolate
@@ -10,8 +10,7 @@
'command': [
'<(PRODUCT_DIR)/bin/run_content_shell_test_apk',
'--enable-platform-mode',
- '-e', 'local', '--apk-under-test',
- '<(PRODUCT_DIR)/apks/ContentShell.apk',
+ '-e', 'local',
'--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
],
'files': [
« no previous file with comments | « chrome/android/chrome_sync_shell_test_apk.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698