summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_test_apk_run.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/android_webview_test_apk_run.isolate')
-rw-r--r--android_webview/android_webview_test_apk_run.isolate17
1 files changed, 17 insertions, 0 deletions
diff --git a/android_webview/android_webview_test_apk_run.isolate b/android_webview/android_webview_test_apk_run.isolate
new file mode 100644
index 0000000..2574a98
--- /dev/null
+++ b/android_webview/android_webview_test_apk_run.isolate
@@ -0,0 +1,17 @@
+# Copyright 2015 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_android_webview_test_apk',
+ ],
+ 'files': [
+ '<(PRODUCT_DIR)/bin/run_android_webview_test_apk',
+ '<(PRODUCT_DIR)/android_webview_test_apk/',
+ ]
+ },
+}