| Index: ipc/mojo/ipc_mojo.gyp
|
| diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
|
| index f01d48fe88e1cd9f0a1b7456fe775b1ad58dc385..d5f7d93bb287c3840b24cbc278c01a48f9da9bc0 100644
|
| --- a/ipc/mojo/ipc_mojo.gyp
|
| +++ b/ipc/mojo/ipc_mojo.gyp
|
| @@ -28,6 +28,9 @@
|
| 'sources': [
|
| 'ipc_channel_mojo.cc',
|
| 'ipc_channel_mojo.h',
|
| + 'ipc_mojo_bootstrap.cc',
|
| + 'ipc_mojo_bootstrap.h',
|
| + 'ipc_mojo_bootstrap_delegate.h',
|
| 'ipc_message_pipe_reader.cc',
|
| 'ipc_message_pipe_reader.h',
|
| ],
|
| @@ -60,6 +63,7 @@
|
| 'sources': [
|
| 'run_all_unittests.cc',
|
| 'ipc_channel_mojo_unittest.cc',
|
| + 'ipc_mojo_bootstrap_unittest.cc',
|
| ],
|
| 'conditions': [
|
| ],
|
|
|