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

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

Issue 2074923002: Mojom C Generator: Small fixes to get generated C bindings to compile. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 aafcd3c00c1997c038bcd8beecb8295b1a48d88a..64bd4a0bca846508b0de58860625877cb0f8df8e 100644
--- a/mojom/generators/c/templates/source.tmpl.go
+++ b/mojom/generators/c/templates/source.tmpl.go
@@ -12,12 +12,7 @@ const GenerateSourceFile = `
#include <stdbool.h>
-#include "mojo/public/c/bindings/mojom/buffer.h"
-#include "mojo/public/c/bindings/mojom/array.h"
-#include "mojo/public/c/bindings/mojom/map.h"
-#include "mojo/public/c/bindings/mojom/string.h"
-#include "mojo/public/c/bindings/mojom/table.h"
-#include "mojo/public/c/bindings/mojom/types.h"
+#include "mojo/public/c/bindings/lib/type_table.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