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

Unified Diff: android_webview/android_webview_test_apk_run.isolate

Issue 1416373008: Make android_webview_test_apk go a bit farther on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: With flags Created 5 years, 1 month 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 | no next file » | 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 2574a98ca1c64c6073d9705ca9e63cce8ada002d..331d405df8270861c258ef6499a923ec291843b1 100644
--- a/android_webview/android_webview_test_apk_run.isolate
+++ b/android_webview/android_webview_test_apk_run.isolate
@@ -8,10 +8,21 @@
'variables': {
'command': [
'<(PRODUCT_DIR)/bin/run_android_webview_test_apk',
+ '--enable-platform-mode',
+ '-e', 'local',
+ '--apk-under-test', '<(PRODUCT_DIR)/apks/AndroidWebView.apk',
],
'files': [
- '<(PRODUCT_DIR)/bin/run_android_webview_test_apk',
+ '../third_party/proguard/lib/proguard.jar',
+ '<(PRODUCT_DIR)/host_forwarder',
+ '<(PRODUCT_DIR)/forwarder_dist/',
'<(PRODUCT_DIR)/android_webview_test_apk/',
+ '<(PRODUCT_DIR)/apks/AndroidWebView.apk',
+ '<(PRODUCT_DIR)/apks/AndroidWebViewTest.apk',
+ '<(PRODUCT_DIR)/bin/run_android_webview_test_apk',
+ '<(PRODUCT_DIR)/test.lib.java/AndroidWebViewTest.jar',
+ 'android_webview_test_apk.isolate',
+ 'test/data/',
]
},
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698