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

Unified Diff: mojo/mojo_public.gyp

Issue 1932083002: Mojo: Use new message APIs to reduce copying (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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') | mojo/public/c/system/message_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gyp
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
index a92ce12403c82828fdf400cb13edadafe86190ea..77e0b7726969b0083313b1d0019de54c30cd3a11 100644
--- a/mojo/mojo_public.gyp
+++ b/mojo/mojo_public.gyp
@@ -100,6 +100,7 @@
'public/cpp/system/data_pipe.h',
'public/cpp/system/functions.h',
'public/cpp/system/handle.h',
+ 'public/cpp/system/message.h',
'public/cpp/system/message_pipe.h',
'public/cpp/system/watcher.cc',
'public/cpp/system/watcher.h',
@@ -164,6 +165,8 @@
'public/cpp/bindings/lib/map_internal.h',
'public/cpp/bindings/lib/map_serialization.h',
'public/cpp/bindings/lib/message.cc',
+ 'public/cpp/bindings/lib/message_buffer.cc',
+ 'public/cpp/bindings/lib/message_buffer.h',
'public/cpp/bindings/lib/message_builder.cc',
'public/cpp/bindings/lib/message_builder.h',
'public/cpp/bindings/lib/message_filter.cc',
@@ -178,8 +181,6 @@
'public/cpp/bindings/lib/native_struct_serialization.cc',
'public/cpp/bindings/lib/native_struct_serialization.h',
'public/cpp/bindings/lib/no_interface.cc',
- 'public/cpp/bindings/lib/pickle_buffer.cc',
- 'public/cpp/bindings/lib/pickle_buffer.h',
'public/cpp/bindings/lib/pipe_control_message_handler.cc',
'public/cpp/bindings/lib/pipe_control_message_handler.h',
'public/cpp/bindings/lib/pipe_control_message_handler_delegate.h',
« no previous file with comments | « ipc/mojo/ipc_message_pipe_reader.cc ('k') | mojo/public/c/system/message_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698