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

Unified Diff: android_webview/system_webview_shell_layout_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: 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/android_webview_test_apk_run.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/system_webview_shell_layout_test_apk_run.isolate
diff --git a/android_webview/system_webview_shell_layout_test_apk_run.isolate b/android_webview/system_webview_shell_layout_test_apk_run.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..2d1a872fbc4bfda9ec108366212d855faea28221
--- /dev/null
+++ b/android_webview/system_webview_shell_layout_test_apk_run.isolate
@@ -0,0 +1,30 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'includes': [
+ '../build/android/android.isolate',
+ ],
+ 'variables': {
+ 'command': [
+ '<(PRODUCT_DIR)/bin/run_system_webview_shell_layout_test_apk',
+ '--enable-platform-mode',
+ '-e', 'local',
+ '--additional-apk', '<(PRODUCT_DIR)/apks/SystemWebView.apk',
+ '--apk-under-test', '<(PRODUCT_DIR)/apks/SystemWebViewShell.apk',
+ '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
+ ],
+ 'files': [
+ '../third_party/proguard/lib/proguard.jar',
+ '<(PRODUCT_DIR)/host_forwarder',
+ '<(PRODUCT_DIR)/forwarder_dist/',
+ '<(PRODUCT_DIR)/SystemWebView.apk',
mikecase (-- gone --) 2016/03/12 01:25:49 fixed missing apk/
+ '<(PRODUCT_DIR)/apks/SystemWebViewShell.apk',
+ '<(PRODUCT_DIR)/apks/SystemWebViewShellLayoutTest.apk',
+ '<(PRODUCT_DIR)/bin/run_system_webview_shell_layout_test_apk',
+ '<(PRODUCT_DIR)/test.lib.java/SystemWebViewShellLayoutTest.jar',
+ 'system_webview_shell_test_apk.isolate',
+ 'tools/WebViewShell/test/',
+ ]
+ },
+}
« no previous file with comments | « android_webview/android_webview_test_apk_run.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698