summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
authorstip <stip@chromium.org>2015-10-13 13:57:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-13 20:58:44 +0000
commitd29eaeb5fd2381abef5c2bed22dfa5cc3b5548a9 (patch)
treea3213554e6ea0ab3551cc6746650aaf0df8a6c9f /ipc/ipc.gyp
parent265ed5079f1b1d47b62d9698dd83ec2208a62a12 (diff)
downloadchromium_src-d29eaeb5fd2381abef5c2bed22dfa5cc3b5548a9.zip
chromium_src-d29eaeb5fd2381abef5c2bed22dfa5cc3b5548a9.tar.gz
chromium_src-d29eaeb5fd2381abef5c2bed22dfa5cc3b5548a9.tar.bz2
Isolate ipc_tests_apk.
BUG=525873 Review URL: https://codereview.chromium.org/1394863003 Cr-Commit-Position: refs/heads/master@{#353846}
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r--ipc/ipc.gyp22
1 files changed, 21 insertions, 1 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index c4869c3..bc8659f 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -215,9 +215,29 @@
'test_suite_name': 'ipc_perftests',
},
'includes': [ '../build/apk_test.gypi' ],
+ }
+ ],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'ipc_tests_apk_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'ipc_tests_apk',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'ipc_tests_apk.isolate',
+ ],
+ },
+ ],
}],
+ ],
}],
- ['test_isolation_mode != "noop"', {
+ ['test_isolation_mode != "noop" and OS != "android"', {
'targets': [
{
'target_name': 'ipc_tests_run',