summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/ipc_mojo.gyp
diff options
context:
space:
mode:
authormorrita <morrita@chromium.org>2014-09-11 12:06:29 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-11 19:09:46 +0000
commit3b41d6ca4deea242d5fa916d4c4864fd08bddf06 (patch)
treeb8bda2dae559e03c4a033135a0e5e9542166a088 /ipc/mojo/ipc_mojo.gyp
parentba249ef277f2fe628f82b8280f70491d0d4a535a (diff)
downloadchromium_src-3b41d6ca4deea242d5fa916d4c4864fd08bddf06.zip
chromium_src-3b41d6ca4deea242d5fa916d4c4864fd08bddf06.tar.gz
chromium_src-3b41d6ca4deea242d5fa916d4c4864fd08bddf06.tar.bz2
Refactoring: Move MessagePipeReader subclasess out from ChannelMojo
There are a few MessagePipeReader sublcasses defined as inter-classes of ChannelMojo. This makes it harder to hook them for unit testing. This CL moves these classes their own file. Now unittest can define subclasses of these to hook some behavor for testing. This is a preparation for a crash fix. BUG=410813 TEST=none R=viettrungluu@chromium.org,yzshen@chromium.org Review URL: https://codereview.chromium.org/559723002 Cr-Commit-Position: refs/heads/master@{#294439}
Diffstat (limited to 'ipc/mojo/ipc_mojo.gyp')
-rw-r--r--ipc/mojo/ipc_mojo.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/mojo/ipc_mojo.gyp b/ipc/mojo/ipc_mojo.gyp
index f01d48f..c4ead0a 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',
],