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

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
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 2339b868c2e1b3ed76864b25c714a5756901ef93..890b502518f3f5329d7683b18412792409452015 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -17,6 +17,7 @@ source_set("bindings") {
"binding.h",
"binding_set.h",
"enum_traits.h",
+ "error.h",
"interface_ptr.h",
"interface_ptr_info.h",
"interface_ptr_set.h",
@@ -37,6 +38,7 @@ source_set("bindings") {
"lib/control_message_handler.h",
"lib/control_message_proxy.cc",
"lib/control_message_proxy.h",
+ "lib/error.cc",
"lib/filter_chain.cc",
"lib/filter_chain.h",
"lib/fixed_buffer.cc",

Powered by Google App Engine
This is Rietveld 408576698