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

Unified Diff: mojo/public/c/bindings/tests/BUILD.gn

Issue 2163793002: C bindings: Implement _Validate(), and some pre-requisites (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: share common validation utility code between c/c++ tests. remove generating __HasResponse for inte… Created 4 years, 5 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/c/bindings/tests/BUILD.gn
diff --git a/mojo/public/c/bindings/tests/BUILD.gn b/mojo/public/c/bindings/tests/BUILD.gn
index 3923784932f1930743c337debd07924c2f4dfcb3..cec9ef9ce146134926b1373a029f2e4aded94ea8 100644
--- a/mojo/public/c/bindings/tests/BUILD.gn
+++ b/mojo/public/c/bindings/tests/BUILD.gn
@@ -13,6 +13,7 @@ mojo_sdk_source_set("tests") {
"message_unittest.cc",
"struct_unittest.cc",
"union_unittest.cc",
+ "validation_unittest.cc",
]
deps = [
@@ -21,6 +22,8 @@ mojo_sdk_source_set("tests") {
mojo_sdk_deps = [
"mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
+ "mojo/public/cpp/bindings/tests:validation_util",
+ "mojo/public/cpp/test_support",
"mojo/public/cpp/system",
"mojo/public/c/bindings",

Powered by Google App Engine
This is Rietveld 408576698