| Index: ipc/mojo/ipc_mojo.gyp
|
| diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
|
| index 75c85d9824a2a1793440246ec85a676b52c29452..e925d7ba856c7d147b0937fbe3453b088ae5da5f 100644
|
| --- a/ipc/mojo/ipc_mojo.gyp
|
| +++ b/ipc/mojo/ipc_mojo.gyp
|
| @@ -103,4 +103,23 @@
|
| ],
|
| },
|
| ],
|
| + 'conditions': [
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'ipc_mojo_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'ipc_mojo_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'ipc_mojo_unittests.isolate',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| }
|
|
|