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

Unified Diff: mojo/mojo_public.gypi

Issue 2064903002: Mojo: Report bindings validation errors via MojoNotifyBadMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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_edk_tests.gyp ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 309df58af9d3a991ad5464c7c7102e85eb8ea189..d5e72a01819ee44bad5d80d383b8506c23d96b8b 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -29,8 +29,6 @@
'public/cpp/bindings/lib/associated_interface_ptr_state.h',
'public/cpp/bindings/lib/binding_state.h',
'public/cpp/bindings/lib/bindings_internal.h',
- 'public/cpp/bindings/lib/bounds_checker.cc',
- 'public/cpp/bindings/lib/bounds_checker.h',
'public/cpp/bindings/lib/buffer.h',
'public/cpp/bindings/lib/callback_internal.h',
'public/cpp/bindings/lib/connector.cc',
@@ -92,6 +90,8 @@
'public/cpp/bindings/lib/sync_handle_watcher.cc',
'public/cpp/bindings/lib/sync_handle_watcher.h',
'public/cpp/bindings/lib/validate_params.h',
+ 'public/cpp/bindings/lib/validation_context.cc',
+ 'public/cpp/bindings/lib/validation_context.h',
'public/cpp/bindings/lib/validation_errors.cc',
'public/cpp/bindings/lib/validation_errors.h',
'public/cpp/bindings/lib/validation_util.cc',
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698