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

Unified Diff: mojo/BUILD.gn

Issue 1654373002: C types and utilities to validate and access struct and message headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | mojo/public/c/bindings/BUILD.gn » ('j') | mojo/public/c/bindings/lib/message.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index a5ef8c71873779b9f06d5946b509785094d77054..1909cb3bd2aa8d237d8bd662082b794df2afea8e 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -98,6 +98,7 @@ group("public_tests") {
":mojo_public_application_unittests",
":mojo_public_bindings_perftests",
":mojo_public_bindings_unittests",
+ ":mojo_public_c_bindings_unittests",
":mojo_public_environment_unittests",
":mojo_public_system_perftests",
":mojo_public_system_unittests",
@@ -120,6 +121,13 @@ test("mojo_public_bindings_unittests") {
]
}
+test("mojo_public_c_bindings_unittests") {
+ deps = [
+ "//mojo/edk/test:run_all_unittests",
+ "//mojo/public/c/bindings/tests",
+ ]
+}
+
test("mojo_public_bindings_perftests") {
deps = [
"//mojo/edk/test:run_all_perftests",
« no previous file with comments | « no previous file | mojo/public/c/bindings/BUILD.gn » ('j') | mojo/public/c/bindings/lib/message.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698