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

Unified Diff: ipc/BUILD.gn

Issue 305973002: Rename IPC::ChannelFactory to ChannelHandleAcceptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « apps/app_shim/unix_domain_socket_acceptor.cc ('k') | ipc/ipc.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 3bff55ee5285857514c6e391cb9484ef73352aa0..c0aa307b993cd4052641ed72d8e2d21477107d54 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -9,8 +9,6 @@ component("ipc") {
"ipc_channel.cc",
"ipc_channel.h",
"ipc_channel_common.cc",
- "ipc_channel_factory.cc",
- "ipc_channel_factory.h",
"ipc_channel_handle.h",
"ipc_channel_nacl.cc",
"ipc_channel_nacl.h",
@@ -70,7 +68,7 @@ component("ipc") {
if (is_win || is_ios) {
sources -= [
- "ipc_channel_factory.cc",
+ "unix_domain_socket_acceptor.cc",
"unix_domain_socket_util.cc",
]
}
« no previous file with comments | « apps/app_shim/unix_domain_socket_acceptor.cc ('k') | ipc/ipc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698