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

Unified Diff: mojom/generators/c/templates/header.tmpl.go

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 | « mojom/generators/c/cgen/type_translation.go ('k') | mojom/generators/c/templates/source.tmpl.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/generators/c/templates/header.tmpl.go
diff --git a/mojom/generators/c/templates/header.tmpl.go b/mojom/generators/c/templates/header.tmpl.go
index 448aae7602c45ae1efc0466edb028382bec81739..4eef4bc0a4173c596e8ad0c9c5d5944296dcfca8 100644
--- a/mojom/generators/c/templates/header.tmpl.go
+++ b/mojom/generators/c/templates/header.tmpl.go
@@ -21,7 +21,7 @@ const GenerateHeaderFile = `
#include "mojo/public/c/bindings/array.h"
#include "mojo/public/c/bindings/buffer.h"
#include "mojo/public/c/bindings/interface.h"
-#include "mojo/public/c/bindings/lib/type_table.h"
+#include "mojo/public/c/bindings/lib/type_descriptor.h"
#include "mojo/public/c/bindings/map.h"
#include "mojo/public/c/bindings/string.h"
#include "mojo/public/c/bindings/validation.h"
« no previous file with comments | « mojom/generators/c/cgen/type_translation.go ('k') | mojom/generators/c/templates/source.tmpl.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698