summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_tests.gypi
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_tests.gypi
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_tests.gypi')
-rw-r--r--android_webview/android_webview_tests.gypi21
1 files changed, 21 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',
+ ],
+ },
+ ]
+ }
+ ],
+ ]
}