summaryrefslogtreecommitdiffstats
path: root/android_webview
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
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')
-rw-r--r--android_webview/android_webview_tests.gypi21
-rw-r--r--android_webview/android_webview_unittests_apk.isolate17
2 files changed, 38 insertions, 0 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index cd6d738..b6ed42b 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -224,4 +224,25 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"',
+ {
+ 'targets': [
+ {
+ 'target_name': 'android_webview_unittests_apk_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'android_webview_unittests_apk',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'android_webview_unittests_apk.isolate',
+ ],
+ },
+ ]
+ }
+ ],
+ ]
}
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/',
+ ]
+ },
+}