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

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

Issue 2072903002: C bindings pt3: Type table definitions and barebones files to get generated code to compile. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: elem_table -> elem_descriptor 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/c/bindings/tests/BUILD.gn
diff --git a/mojo/public/c/bindings/tests/BUILD.gn b/mojo/public/c/bindings/tests/BUILD.gn
index 1689e52416c633f3a8ea330d50e8fbbac37cd967..46c2232787f0f704e5ee1f8ce8f2b3fd353150bb 100644
--- a/mojo/public/c/bindings/tests/BUILD.gn
+++ b/mojo/public/c/bindings/tests/BUILD.gn
@@ -20,5 +20,9 @@ mojo_sdk_source_set("tests") {
"mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
"mojo/public/cpp/system",
"mojo/public/c/bindings",
+
+ # The "_c" suffix'd target compiles the generated C bindings to this mojom
+ # target.
+ "mojo/public/interfaces/bindings/tests:test_interfaces_c",
]
}
« no previous file with comments | « mojo/public/c/bindings/string.h ('k') | mojo/public/tools/bindings/mojom_tool/bin/linux64/generators/c.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698