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

Unified Diff: ipc/mojo/ipc_mojo.gyp

Issue 1051443003: Implement IPC::ParamTraits<mojo::MessagePipeHandle> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made tests work, actually, on Windows. Created 5 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 | « ipc/mojo/ipc_message_pipe_reader.cc ('k') | ipc/mojo/ipc_mojo_param_traits.h » ('j') | 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 44f18175c39dd013f45e149ce3139aff97272451..a392283263d9fc078a3de2adf0f5d0cb738d332f 100644
--- a/ipc/mojo/ipc_mojo.gyp
+++ b/ipc/mojo/ipc_mojo.gyp
@@ -40,6 +40,8 @@
'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',
'ipc_message_pipe_reader.cc',
'ipc_message_pipe_reader.h',
'scoped_ipc_support.cc',
« no previous file with comments | « ipc/mojo/ipc_message_pipe_reader.cc ('k') | ipc/mojo/ipc_mojo_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698