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

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: address comments 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
« no previous file with comments | « mojo/public/c/bindings/struct.h ('k') | mojo/public/c/bindings/tests/validation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « mojo/public/c/bindings/struct.h ('k') | mojo/public/c/bindings/tests/validation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698