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

Unified Diff: mojo/public/cpp/bindings/BUILD.gn

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 | « mojo/public/c/system/message_pipe.h ('k') | mojo/public/cpp/bindings/lib/buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 5fe4d9daa21af8a1cf467ee754ec005112ee06c1..466645367f5a041beb4084e7a3d5d04aa232a034 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -50,6 +50,8 @@ source_set("bindings") {
"lib/map_internal.h",
"lib/map_serialization.h",
"lib/message.cc",
+ "lib/message_buffer.cc",
+ "lib/message_buffer.h",
"lib/message_builder.cc",
"lib/message_builder.h",
"lib/message_filter.cc",
@@ -64,8 +66,6 @@ source_set("bindings") {
"lib/native_struct_serialization.cc",
"lib/native_struct_serialization.h",
"lib/no_interface.cc",
- "lib/pickle_buffer.cc",
- "lib/pickle_buffer.h",
"lib/pipe_control_message_handler.cc",
"lib/pipe_control_message_handler.h",
"lib/pipe_control_message_handler_delegate.h",
« no previous file with comments | « mojo/public/c/system/message_pipe.h ('k') | mojo/public/cpp/bindings/lib/buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698