summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
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',