| Index: ipc/mojo/ipc_mojo.gyp
|
| diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
|
| index e925d7ba856c7d147b0937fbe3453b088ae5da5f..90c597ec32c4befa503e7433052a884bdd563369 100644
|
| --- a/ipc/mojo/ipc_mojo.gyp
|
| +++ b/ipc/mojo/ipc_mojo.gyp
|
| @@ -39,8 +39,6 @@
|
| 'ipc_message_pipe_reader.cc',
|
| 'ipc_message_pipe_reader.h',
|
| 'ipc.mojom',
|
| - 'scoped_ipc_support.cc',
|
| - 'scoped_ipc_support.h',
|
| ],
|
| # TODO(gregoryd): direct_dependent_settings should be shared with the
|
| # 64-bit target, but it doesn't work due to a bug in gyp
|
| @@ -51,6 +49,18 @@
|
| },
|
| },
|
| {
|
| + 'target_name': 'ipc_mojo_support',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../../base/base.gyp:base',
|
| + '../../mojo/mojo_edk.gyp:mojo_system_impl',
|
| + ],
|
| + 'sources': [
|
| + 'scoped_ipc_support.cc',
|
| + 'scoped_ipc_support.h',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'ipc_mojo_unittests',
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
|
|