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

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: happy compiler happy robots 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
« no previous file with comments | « mojo/public/cpp/bindings/tests/validation_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_public.gyp
diff --git a/third_party/mojo/mojo_public.gyp b/third_party/mojo/mojo_public.gyp
index d62e57e0c5811c3f06198f7b6aab2f360bf23c0f..d9d77eabfe2dcb6398f297dbc6ed9c5ca41a6151 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',
],
},
« no previous file with comments | « mojo/public/cpp/bindings/tests/validation_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698