| Index: ipc/mojo/BUILD.gn
|
| diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
|
| index 58c1f030602ca88613ae3b504e48db41ee78ada4..79a034787bd1a01f17101778b9009110a9b3048f 100644
|
| --- a/ipc/mojo/BUILD.gn
|
| +++ b/ipc/mojo/BUILD.gn
|
| @@ -6,6 +6,9 @@ component("mojo") {
|
| 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",
|
| ]
|
| @@ -25,6 +28,7 @@ component("mojo") {
|
| test("ipc_mojo_unittests") {
|
| sources = [
|
| "ipc_channel_mojo_unittest.cc",
|
| + "ipc_mojo_bootstrap_unittest.cc",
|
| "run_all_unittests.cc",
|
| ]
|
|
|
|
|