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

Unified Diff: mojo/public/go/mojo/system/core.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/public/go/mojo/system/core.go
diff --git a/mojo/public/go/mojo/system/core.go b/mojo/public/go/mojo/system/core.go
new file mode 100644
index 0000000000000000000000000000000000000000..9027dba693628333eb99a5f61ce95318b775bb59
--- /dev/null
+++ b/mojo/public/go/mojo/system/core.go
@@ -0,0 +1,5 @@
+package system;
+
+type Core interface {
+ GetTimeTicksNow() int64
+}

Powered by Google App Engine
This is Rietveld 408576698