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

Unified Diff: mojo/public/platform/native_cgo/system_cgo.go

Issue 1779353002: Deprecate mojo/public/c/system/core.h. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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 | « mojo/public/platform/native/system_thunks.h ('k') | mojo/public/python/c_async_waiter.pxd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native_cgo/system_cgo.go
diff --git a/mojo/public/platform/native_cgo/system_cgo.go b/mojo/public/platform/native_cgo/system_cgo.go
index c6373fb65d85abccfc06e96ad4f4a3332fbd54c0..7c35c5ef8ebc4f85b8522041246d2533c51d73a1 100644
--- a/mojo/public/platform/native_cgo/system_cgo.go
+++ b/mojo/public/platform/native_cgo/system_cgo.go
@@ -4,7 +4,12 @@
package native_cgo
-//#include "mojo/public/c/system/core.h"
+//#include "mojo/public/c/system/buffer.h"
+//#include "mojo/public/c/system/data_pipe.h"
+//#include "mojo/public/c/system/functions.h"
+//#include "mojo/public/c/system/message_pipe.h"
+//#include "mojo/public/c/system/types.h"
+//
// // These functions are used to 8-byte align C structs.
// MojoResult CreateSharedBuffer(struct MojoCreateSharedBufferOptions* options,
// uint64_t num_bytes, MojoHandle* handle) {
« no previous file with comments | « mojo/public/platform/native/system_thunks.h ('k') | mojo/public/python/c_async_waiter.pxd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698