diff options
Diffstat (limited to 'ipc/BUILD.gn')
-rw-r--r-- | ipc/BUILD.gn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn index b756921..f5f6595 100644 --- a/ipc/BUILD.gn +++ b/ipc/BUILD.gn @@ -6,6 +6,12 @@ import("//testing/test.gni") component("ipc") { sources = [ + "attachment_broker.h", + "attachment_broker_win.cc", + "attachment_broker_win.h", + "brokerable_attachment.cc", + "brokerable_attachment.h", + "handle_attachment_win.h", "ipc_channel.cc", "ipc_channel.h", "ipc_channel_common.cc", |