Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1520)

Unified Diff: ipc/BUILD.gn

Issue 305973002: Rename IPC::ChannelFactory to ChannelHandleAcceptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing GN build Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698