| Index: ipc/BUILD.gn
|
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
|
| index b756921e7ddc18e87f02e4a8fa3b2a86be9d3182..f5f65950e78f9e600a4ba8d98d3d5109e2481528 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",
|
|
|