summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_unittests_apk.isolate
diff options
context:
space:
mode:
authorstip <stip@chromium.org>2015-09-24 16:47:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-24 23:49:02 +0000
commitc9c172a174c9af0204a89bf5f533ea6264199101 (patch)
tree913cf5e0f45f59c2af53c413b547933880a3acb3 /android_webview/android_webview_unittests_apk.isolate
parent2437983e6d2ad04351515cda37478ff4beac2b5d (diff)
downloadchromium_src-c9c172a174c9af0204a89bf5f533ea6264199101.zip
chromium_src-c9c172a174c9af0204a89bf5f533ea6264199101.tar.gz
chromium_src-c9c172a174c9af0204a89bf5f533ea6264199101.tar.bz2
Isolate android_webview_unittests_apk.
Punting on isolating android_webview_test_apk for now. BUG=525873 Review URL: https://codereview.chromium.org/1351243002 Cr-Commit-Position: refs/heads/master@{#350708}
Diffstat (limited to 'android_webview/android_webview_unittests_apk.isolate')
-rw-r--r--android_webview/android_webview_unittests_apk.isolate17
1 files changed, 17 insertions, 0 deletions
diff --git a/android_webview/android_webview_unittests_apk.isolate b/android_webview/android_webview_unittests_apk.isolate
new file mode 100644
index 0000000..ca71aab
--- /dev/null
+++ b/android_webview/android_webview_unittests_apk.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_unittests',
+ ],
+ 'files': [
+ '<(PRODUCT_DIR)/bin/run_android_webview_unittests',
+ '<(PRODUCT_DIR)/android_webview_unittests_apk/',
+ ]
+ },
+}