summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/BUILD.gn
diff options
context:
space:
mode:
authormorrita <morrita@chromium.org>2015-04-01 16:37:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-01 23:38:00 +0000
commit2b85d21119ce534940ccd2ff57727cd4b428081c (patch)
tree2f6b48b9442c9c9cf5833bb6fba07415e041c5ef /ipc/mojo/BUILD.gn
parent32afefd3f43e4548902826b0705be74f31d58c5b (diff)
downloadchromium_src-2b85d21119ce534940ccd2ff57727cd4b428081c.zip
chromium_src-2b85d21119ce534940ccd2ff57727cd4b428081c.tar.gz
chromium_src-2b85d21119ce534940ccd2ff57727cd4b428081c.tar.bz2
Implement IPC::ParamTraits<mojo::MessagePipeHandle>
This allows MessagePipeHandle to be an IPC message member. Note that this assumes underlying channel being a ChannelMojo and can be used in content/ only after ChannelMojo settles. BUG=448190 TEST=IPCChannelMojoTest.ParamTrait* R=viettrungluu@chromium.org Committed: https://crrev.com/5656ae68841a3e3ddaac75cf2983d9052d71d0d5 Cr-Commit-Position: refs/heads/master@{#323265} Review URL: https://codereview.chromium.org/1051443003 Cr-Commit-Position: refs/heads/master@{#323370}
Diffstat (limited to 'ipc/mojo/BUILD.gn')
-rw-r--r--ipc/mojo/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 6d2a9f8..50241fe 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -28,6 +28,8 @@ component("mojo") {
"ipc_mojo_handle_attachment.h",
"ipc_mojo_message_helper.cc",
"ipc_mojo_message_helper.h",
+ "ipc_mojo_param_traits.cc",
+ "ipc_mojo_param_traits.h",
"scoped_ipc_support.cc",
"scoped_ipc_support.h",
]