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

Unified Diff: ipc/mojo/ipc_mojo.gyp

Issue 559723002: Refactoring: Move MessagePipeReader subclasess out from ChannelMojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 years, 3 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 | « ipc/mojo/ipc_channel_mojo_readers.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_mojo.gyp
diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
index f01d48fe88e1cd9f0a1b7456fe775b1ad58dc385..c4ead0a977784eb74a40f7468d022768bb9285c0 100644
--- a/ipc/mojo/ipc_mojo.gyp
+++ b/ipc/mojo/ipc_mojo.gyp
@@ -28,6 +28,8 @@
'sources': [
'ipc_channel_mojo.cc',
'ipc_channel_mojo.h',
+ 'ipc_channel_mojo_readers.cc',
+ 'ipc_channel_mojo_readers.h',
'ipc_message_pipe_reader.cc',
'ipc_message_pipe_reader.h',
],
« no previous file with comments | « ipc/mojo/ipc_channel_mojo_readers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698