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

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: de-inline 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
« no previous file with comments | « content/public/test/mock_render_process_host.h ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 0684216bf2ca5dc025a8c208a93352ff3f32f066..f7c11a61dd8c2d1170916d33d153ad56491a34ed 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -26,6 +26,7 @@
'ipc_channel_win.h',
'ipc_descriptors.h',
'ipc_export.h',
+ 'ipc_listener.h',
'ipc_logging.cc',
'ipc_logging.h',
'ipc_message.cc',
@@ -36,6 +37,7 @@
'ipc_param_traits.h',
'ipc_platform_file.cc',
'ipc_platform_file.h',
+ 'ipc_sender.h',
'ipc_switches.cc',
'ipc_switches.h',
'ipc_sync_channel.cc',
« no previous file with comments | « content/public/test/mock_render_process_host.h ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698