Index: ipc/BUILD.gn |
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn |
index 9d9e49a4cbdc4cc6f79f78e236b01775287a1968..bdc29e2a92b52d1d5bba0f6d886473e92d064c18 100644 |
--- a/ipc/BUILD.gn |
+++ b/ipc/BUILD.gn |
@@ -8,9 +8,9 @@ component("ipc") { |
"file_descriptor_set_posix.h", |
"ipc_channel.cc", |
"ipc_channel.h", |
- "ipc_channel_factory.cc", |
- "ipc_channel_factory.h", |
"ipc_channel_handle.h", |
+ "ipc_channel_handle_acceptor.cc", |
+ "ipc_channel_handle_acceptor.h", |
"ipc_channel_nacl.cc", |
"ipc_channel_nacl.h", |
"ipc_channel_posix.cc", |
@@ -69,7 +69,7 @@ component("ipc") { |
if (is_win || is_ios) { |
sources -= [ |
- "ipc_channel_factory.cc", |
+ "ipc_channel_handle_acceptor.cc", |
"unix_domain_socket_util.cc", |
] |
} |