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

Unified Diff: ipc/ipc.gypi

Issue 9570001: Separate out the platform-independent parts of Channel reading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | 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 7791934eabe0ace7d611900fae682622fb9f6017..bede11daf8cb218e0b2659dbf7e9c465156157a9 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -19,6 +19,8 @@
'ipc_channel_posix.h',
'ipc_channel_proxy.cc',
'ipc_channel_proxy.h',
+ 'ipc_channel_reader.cc',
+ 'ipc_channel_reader.h',
'ipc_channel_win.cc',
'ipc_channel_win.h',
'ipc_descriptors.h',
« no previous file with comments | « no previous file | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698