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

Unified Diff: ipc/ipc.gypi

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 years, 6 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/ipc.gyp ('k') | ipc/ipc.mojom » ('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 0076b793ba88b5422c012adeb1e8031bcc0998a5..fbfa62f889e5368f663fe6c299c0e6e6e9e3f995 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -41,6 +41,8 @@
'ipc_channel_factory.h',
'ipc_channel_common.cc',
'ipc_channel_handle.h',
+ 'ipc_channel_mojo.cc',
+ 'ipc_channel_mojo.h',
'ipc_channel_nacl.cc',
'ipc_channel_nacl.h',
'ipc_channel_posix.cc',
@@ -69,11 +71,21 @@
'ipc_message_generator.cc',
'ipc_message_generator.h',
'ipc_message_macros.h',
+ 'ipc_message_pipe_reader.cc',
+ 'ipc_message_pipe_reader.h',
'ipc_message_start.h',
'ipc_message_templates.h',
'ipc_message_templates_impl.h',
'ipc_message_utils.cc',
'ipc_message_utils.h',
+ 'ipc_mojo_bootstrap.cc',
+ 'ipc_mojo_bootstrap.h',
+ 'ipc_mojo_handle_attachment.cc',
+ '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_param_traits.h',
'ipc_platform_file.cc',
'ipc_platform_file.h',
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698