| Index: ipc/BUILD.gn
|
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
|
| index e843a31f07a6285a11a3f216aacf271a326ed58b..9670725cbfec098f88439a687cba48add4142190 100644
|
| --- a/ipc/BUILD.gn
|
| +++ b/ipc/BUILD.gn
|
| @@ -29,6 +29,8 @@ component("ipc") {
|
| "ipc_logging.h",
|
| "ipc_message.cc",
|
| "ipc_message.h",
|
| + "ipc_message_attachment.cc",
|
| + "ipc_message_attachment.h",
|
| "ipc_message_attachment_set.cc",
|
| "ipc_message_attachment_set.h",
|
| "ipc_message_macros.h",
|
| @@ -38,6 +40,8 @@ component("ipc") {
|
| "ipc_param_traits.h",
|
| "ipc_platform_file.cc",
|
| "ipc_platform_file.h",
|
| + "ipc_platform_file_attachment.cc",
|
| + "ipc_platform_file_attachment.h",
|
| "ipc_sender.h",
|
| "ipc_switches.cc",
|
| "ipc_switches.h",
|
|
|