| Index: ipc/BUILD.gn
|
| diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
|
| index ce725744753c4b208390a8b73a44bf41f5770515..5ba7fc5bca4ce4ec6646d3e237137340051c051f 100644
|
| --- a/ipc/BUILD.gn
|
| +++ b/ipc/BUILD.gn
|
| @@ -6,6 +6,7 @@ import("//testing/test.gni")
|
|
|
| component("ipc") {
|
| sources = [
|
| + "attachment_broker.cc",
|
| "attachment_broker.h",
|
| "attachment_broker_messages.h",
|
| "attachment_broker_win.cc",
|
| @@ -113,6 +114,7 @@ if (!is_android) {
|
| sources = [
|
| "attachment_broker_win_unittest.cc",
|
| "ipc_channel_posix_unittest.cc",
|
| + "ipc_channel_reader_unittest.cc",
|
| "ipc_channel_unittest.cc",
|
| "ipc_fuzzing_tests.cc",
|
| "ipc_message_attachment_set_posix_unittest.cc",
|
|
|