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

Unified Diff: mojo/mojo_public.gypi

Issue 289333002: Mojo cpp bindings: validation logic for incoming messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 4bee9a353f27bc1c06d52bea74694c5aad8dac2c..8746eff054dc4781560f2ce74a8f7163fb27fbe3 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -127,6 +127,7 @@
],
'sources': [
'public/cpp/bindings/tests/array_unittest.cc',
+ 'public/cpp/bindings/tests/bounds_checker_unittest.cc',
'public/cpp/bindings/tests/buffer_unittest.cc',
'public/cpp/bindings/tests/connector_unittest.cc',
'public/cpp/bindings/tests/handle_passing_unittest.cc',
@@ -237,6 +238,8 @@
'public/cpp/bindings/lib/bindings_internal.h',
'public/cpp/bindings/lib/bindings_serialization.cc',
'public/cpp/bindings/lib/bindings_serialization.h',
+ 'public/cpp/bindings/lib/bounds_checker.cc',
+ 'public/cpp/bindings/lib/bounds_checker.h',
'public/cpp/bindings/lib/buffer.cc',
'public/cpp/bindings/lib/callback_internal.h',
'public/cpp/bindings/lib/connector.cc',
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/BUILD.gn » ('j') | mojo/public/cpp/bindings/lib/bindings_serialization.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698