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

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: tar xfz warez.tgz 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..7f75f42c9f69225f0f428287b84f02b43a663b57 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -26,6 +26,8 @@
'ipc_channel_win.h',
'ipc_descriptors.h',
'ipc_export.h',
+ 'ipc_listener.cc',
+ 'ipc_listener.h',
'ipc_logging.cc',
'ipc_logging.h',
'ipc_message.cc',
@@ -36,6 +38,8 @@
'ipc_param_traits.h',
'ipc_platform_file.cc',
'ipc_platform_file.h',
+ 'ipc_sender.cc',
+ 'ipc_sender.h',
'ipc_switches.cc',
'ipc_switches.h',
'ipc_sync_channel.cc',

Powered by Google App Engine
This is Rietveld 408576698