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

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

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_public.gypi ('k') | mojo/public/cpp/bindings/lib/array_internal.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 4d92a6689d722095ea3fba1a92d30265f9ad4b3d..c8ae358c25f0f75cc5d1871255c30ebebdb46374 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -28,8 +28,6 @@ source_set("bindings") {
"lib/associated_interface_ptr_state.h",
"lib/binding_state.h",
"lib/bindings_internal.h",
- "lib/bounds_checker.cc",
- "lib/bounds_checker.h",
"lib/buffer.h",
"lib/connector.cc",
"lib/connector.h",
@@ -88,6 +86,8 @@ source_set("bindings") {
"lib/sync_handle_watcher.h",
"lib/union_accessor.h",
"lib/validate_params.h",
+ "lib/validation_context.cc",
+ "lib/validation_context.h",
"lib/validation_errors.cc",
"lib/validation_errors.h",
"lib/validation_util.cc",
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/lib/array_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698