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

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: rebase onto the InterfacePtr change 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
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..9968559522c187f4c8602c8ec9e6b1e733b6fb14 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -33,6 +33,8 @@ source_set("bindings") {
"lib/message_internal.h",
"lib/message_queue.cc",
"lib/message_queue.h",
+ "lib/message_validator.cc",
+ "lib/message_validator.h",
"lib/no_interface.cc",
"lib/router.cc",
"lib/router.h",
@@ -41,5 +43,7 @@ source_set("bindings") {
"lib/shared_data.h",
"lib/shared_ptr.h",
"lib/sync_dispatcher.cc",
+ "lib/validator_chain.cc",
+ "lib/validator_chain.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698