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

Unified Diff: mojo/public/cpp/bindings/tests/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/public/cpp/bindings/message.h ('k') | mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index 340ab8599be7578d1fb358d0ccbaaf5eb6bfe9a9..96a7c2f2ba423766d7c5dd6c48a98e739e87399a 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -14,7 +14,6 @@ source_set("tests") {
"bind_task_runner_unittest.cc",
"binding_callback_unittest.cc",
"binding_unittest.cc",
- "bounds_checker_unittest.cc",
"buffer_unittest.cc",
"callback_unittest.cc",
"connector_unittest.cc",
@@ -40,6 +39,7 @@ source_set("tests") {
"sync_method_unittest.cc",
"type_conversion_unittest.cc",
"union_unittest.cc",
+ "validation_context_unittest.cc",
"validation_unittest.cc",
"variant_test_util.h",
]
« no previous file with comments | « mojo/public/cpp/bindings/message.h ('k') | mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698