summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_test_apk_run.isolate
diff options
context:
space:
mode:
authorstip <stip@chromium.org>2015-10-01 16:02:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-01 23:03:44 +0000
commita70bd9ca50c9d92c62766617848c05de42796ce2 (patch)
tree5df68b00485ae2d18baf45dd528782b2282b4898 /android_webview/android_webview_test_apk_run.isolate
parentcd3e0e7bce30820faaecb32ce397ac10decd4480 (diff)
downloadchromium_src-a70bd9ca50c9d92c62766617848c05de42796ce2.zip
chromium_src-a70bd9ca50c9d92c62766617848c05de42796ce2.tar.gz
chromium_src-a70bd9ca50c9d92c62766617848c05de42796ce2.tar.bz2
Isolate android_webview_test_apk.
BUG=525873 Review URL: https://codereview.chromium.org/1378763002 Cr-Commit-Position: refs/heads/master@{#351912}
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/',
+ ]
+ },
+}