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

Unified Diff: ipc/ipc.gypi

Issue 10541065: Separate out IPC::Message::Sender and channel::Listener into a separate class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gclient runhooks Created 8 years, 6 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/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 0684216bf2ca5dc025a8c208a93352ff3f32f066..af7062d2213c485a5269b36b6da8c15fc59baa56 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -16,6 +16,8 @@
'ipc_channel.h',
'ipc_channel.cc',
'ipc_channel_handle.h',
+ 'ipc_channel_listener.cc',
+ 'ipc_channel_listener.h',
'ipc_channel_posix.cc',
'ipc_channel_posix.h',
'ipc_channel_proxy.cc',
@@ -31,6 +33,8 @@
'ipc_message.cc',
'ipc_message.h',
'ipc_message_macros.h',
+ 'ipc_message_sender.cc',
+ 'ipc_message_sender.h',
'ipc_message_utils.cc',
'ipc_message_utils.h',
'ipc_param_traits.h',

Powered by Google App Engine
This is Rietveld 408576698