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

Unified Diff: chrome/android/chrome_public_test_apk.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 | « android_webview/tools/BUILD.gn ('k') | chrome/android/chrome_sync_shell_test_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/chrome_public_test_apk.isolate
diff --git a/chrome/android/chrome_public_test_apk.isolate b/chrome/android/chrome_public_test_apk.isolate
index a54b3ae1400ac08adc402ac0b19c3a656a2baa44..fcec9e028299b2137b4a759279b8a9c582c5b0c2 100644
--- a/chrome/android/chrome_public_test_apk.isolate
+++ b/chrome/android/chrome_public_test_apk.isolate
@@ -10,8 +10,7 @@
'command': [
'<(PRODUCT_DIR)/bin/run_chrome_public_test_apk',
'--enable-platform-mode',
- '-e', 'local', '--apk-under-test',
- '<(PRODUCT_DIR)/apks/ChromePublic.apk',
+ '-e', 'local',
'--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
],
'files': [
« no previous file with comments | « android_webview/tools/BUILD.gn ('k') | chrome/android/chrome_sync_shell_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698