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

Unified Diff: third_party/mojo/mojo_public.gyp

Issue 1524613002: [mojo] Use base::Pickle for Message storage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some cleanup Created 5 years 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
Index: third_party/mojo/mojo_public.gyp
diff --git a/third_party/mojo/mojo_public.gyp b/third_party/mojo/mojo_public.gyp
index 71c3dd9a1ab21934f65937e7ba617c5fce323f64..1fbcdda22baef4254c58bf080bde69ef51c56bab 100644
--- a/third_party/mojo/mojo_public.gyp
+++ b/third_party/mojo/mojo_public.gyp
@@ -147,6 +147,8 @@
'../../mojo/public/cpp/bindings/lib/multiplex_router.cc',
'../../mojo/public/cpp/bindings/lib/multiplex_router.h',
'../../mojo/public/cpp/bindings/lib/no_interface.cc',
+ '../../mojo/public/cpp/bindings/lib/pickle_buffer.cc',
+ '../../mojo/public/cpp/bindings/lib/pickle_buffer.h',
'../../mojo/public/cpp/bindings/lib/pipe_control_message_handler.cc',
'../../mojo/public/cpp/bindings/lib/pipe_control_message_handler.h',
'../../mojo/public/cpp/bindings/lib/pipe_control_message_handler_delegate.h',
@@ -176,6 +178,7 @@
'>@(mojom_generated_sources)',
],
'dependencies': [
+ '../../base/base.gyp:base',
'mojo_interface_bindings_cpp_sources',
],
},

Powered by Google App Engine
This is Rietveld 408576698