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

Side by Side 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: qsr feedback Created 6 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 package embedder;
brettw 2014/09/24 19:25:45 Seems like these new files should have copyrights.
tburkard 2014/09/26 13:31:09 Done.
2
3 /*
4 #include "mojo/go/c_embedder/c_embedder.h"
5 */
6 import "C"
7
8 func InitializeMojoEmbedder() {
9 C.InitializeMojoEmbedder();
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698