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

Unified Diff: mojo/public/c/bindings/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
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | mojo/public/c/bindings/array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/bindings/BUILD.gn
diff --git a/mojo/public/c/bindings/BUILD.gn b/mojo/public/c/bindings/BUILD.gn
index 00938d7ca4ae438f114533539b600fafe483d406..a894eb8fb7358998c72765974f1250ec38688c59 100644
--- a/mojo/public/c/bindings/BUILD.gn
+++ b/mojo/public/c/bindings/BUILD.gn
@@ -6,14 +6,20 @@ import("../../mojo_sdk.gni")
mojo_sdk_source_set("bindings") {
sources = [
+ "array.h",
"buffer.h",
+ "interface.h",
+ "map.h",
"message.h",
+ "string.h",
"struct.h",
"validation.h",
# Implementation details.
"lib/buffer.c",
"lib/message.c",
+ "lib/type_descriptor.c",
+ "lib/type_descriptor.h",
]
mojo_sdk_deps = [ "mojo/public/c/system" ]
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | mojo/public/c/bindings/array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698