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

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

Issue 273233002: Mojo cpp bindings: add support for validating incoming messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync and rebase Created 6 years, 7 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/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/filter_chain.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 9753c73c04c28ccef655051c6b41f23af17cf8a0..b9a2f43c7c6906d81e296248e67182a690eb1b67 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -11,6 +11,7 @@ source_set("bindings") {
"error_handler.h",
"interface_ptr.h",
"message.h",
+ "message_filter.h",
"no_interface.h",
"passable.h",
"sync_dispatcher.h",
@@ -25,11 +26,14 @@ source_set("bindings") {
"lib/callback_internal.h",
"lib/connector.cc",
"lib/connector.h",
+ "lib/filter_chain.cc",
+ "lib/filter_chain.h",
"lib/fixed_buffer.cc",
"lib/fixed_buffer.h",
"lib/message.cc",
"lib/message_builder.cc",
"lib/message_builder.h",
+ "lib/message_filter.cc",
"lib/message_internal.h",
"lib/message_queue.cc",
"lib/message_queue.h",
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/filter_chain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698