| Index: ipc/ipc.gypi
|
| diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
|
| index 0076b793ba88b5422c012adeb1e8031bcc0998a5..fbfa62f889e5368f663fe6c299c0e6e6e9e3f995 100644
|
| --- a/ipc/ipc.gypi
|
| +++ b/ipc/ipc.gypi
|
| @@ -41,6 +41,8 @@
|
| 'ipc_channel_factory.h',
|
| 'ipc_channel_common.cc',
|
| 'ipc_channel_handle.h',
|
| + 'ipc_channel_mojo.cc',
|
| + 'ipc_channel_mojo.h',
|
| 'ipc_channel_nacl.cc',
|
| 'ipc_channel_nacl.h',
|
| 'ipc_channel_posix.cc',
|
| @@ -69,11 +71,21 @@
|
| 'ipc_message_generator.cc',
|
| 'ipc_message_generator.h',
|
| 'ipc_message_macros.h',
|
| + 'ipc_message_pipe_reader.cc',
|
| + 'ipc_message_pipe_reader.h',
|
| 'ipc_message_start.h',
|
| 'ipc_message_templates.h',
|
| 'ipc_message_templates_impl.h',
|
| 'ipc_message_utils.cc',
|
| 'ipc_message_utils.h',
|
| + 'ipc_mojo_bootstrap.cc',
|
| + 'ipc_mojo_bootstrap.h',
|
| + 'ipc_mojo_handle_attachment.cc',
|
| + 'ipc_mojo_handle_attachment.h',
|
| + 'ipc_mojo_message_helper.cc',
|
| + 'ipc_mojo_message_helper.h',
|
| + 'ipc_mojo_param_traits.cc',
|
| + 'ipc_mojo_param_traits.h',
|
| 'ipc_param_traits.h',
|
| 'ipc_platform_file.cc',
|
| 'ipc_platform_file.h',
|
|
|