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

Unified Diff: mojo/go/system/embedder/embedder.go

Issue 556813003: Add Go build support for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: got full gn build working Created 6 years, 3 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/go/system/embedder/embedder.go
diff --git a/mojo/go/system/embedder/embedder.go b/mojo/go/system/embedder/embedder.go
new file mode 100644
index 0000000000000000000000000000000000000000..31585c70037d86ef5c26d701a45e03b2d4d09f90
--- /dev/null
+++ b/mojo/go/system/embedder/embedder.go
@@ -0,0 +1,10 @@
+package embedder;
+
+/*
+#include "mojo/go/c_embedder/c_embedder.h"
+*/
+import "C"
+
+func InitializeMojoEmbedder() {
+ C.InitializeMojoEmbedder();
+}

Powered by Google App Engine
This is Rietveld 408576698