| Index: ipc/ipc.gyp
|
| diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
|
| index 3226899d9969005e8fec3680cf85be57cf5c599f..56242d676681b7830304bedb3c24998075ed9180 100644
|
| --- a/ipc/ipc.gyp
|
| +++ b/ipc/ipc.gyp
|
| @@ -61,6 +61,14 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'ipc_test_interfaces',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'ipc_test.mojom',
|
| + ],
|
| + 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
|
| + },
|
| + {
|
| 'target_name': 'ipc_run_all_unittests',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -83,6 +91,7 @@
|
| 'dependencies': [
|
| 'ipc',
|
| 'ipc_run_all_unittests',
|
| + 'ipc_test_interfaces',
|
| 'test_support_ipc',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
|
|