| Index: mojo/edk/embedder/BUILD.gn
|
| diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
|
| index 02fc32cab3a123547a19213fa004b9d0b478b798..7ecd485eed446436864146d5aedf695a96816b3a 100644
|
| --- a/mojo/edk/embedder/BUILD.gn
|
| +++ b/mojo/edk/embedder/BUILD.gn
|
| @@ -7,6 +7,7 @@ source_set("headers") {
|
| "configuration.h",
|
| "embedder.h",
|
| "embedder_internal.h",
|
| + "named_platform_channel_pair.h",
|
| "platform_channel_pair.h",
|
| "platform_handle.h",
|
| "platform_handle_utils.h",
|
| @@ -72,6 +73,8 @@ source_set("platform") {
|
| ]
|
|
|
| sources = [
|
| + "named_platform_channel_pair.h",
|
| + "named_platform_channel_pair_win.cc",
|
| "platform_channel_pair.cc",
|
| "platform_channel_pair.h",
|
| "platform_channel_pair_posix.cc",
|
|
|