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

Unified Diff: mojom/generators/c/templates/source.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/templates/header.tmpl.go ('k') | mojom/generators/c/templates/type_table.tmpl.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/generators/c/templates/source.tmpl.go
diff --git a/mojom/generators/c/templates/source.tmpl.go b/mojom/generators/c/templates/source.tmpl.go
index 64bd4a0bca846508b0de58860625877cb0f8df8e..66ea006e0d8dae852473fd145870e50a5fd5f321 100644
--- a/mojom/generators/c/templates/source.tmpl.go
+++ b/mojom/generators/c/templates/source.tmpl.go
@@ -12,7 +12,7 @@ const GenerateSourceFile = `
#include <stdbool.h>
-#include "mojo/public/c/bindings/lib/type_table.h"
+#include "mojo/public/c/bindings/lib/type_descriptor.h"
#include "mojo/public/c/system/handle.h"
// Imports.
« no previous file with comments | « mojom/generators/c/templates/header.tmpl.go ('k') | mojom/generators/c/templates/type_table.tmpl.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698