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

Unified Diff: mojo/public/c/bindings/BUILD.gn

Issue 2062323002: Mojo C bindings library pt1: MojomBuffer (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: MojomBuffer_Allocate(0) succeeds 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 | « no previous file | mojo/public/c/bindings/buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/bindings/BUILD.gn
diff --git a/mojo/public/c/bindings/BUILD.gn b/mojo/public/c/bindings/BUILD.gn
index 3539879957c31ed96bb7df4c7e706a01a762428b..367b1d5bee0e37045299b13e1fee92d697ec551c 100644
--- a/mojo/public/c/bindings/BUILD.gn
+++ b/mojo/public/c/bindings/BUILD.gn
@@ -6,11 +6,15 @@ import("../../mojo_sdk.gni")
mojo_sdk_source_set("bindings") {
sources = [
+ "buffer.h",
"message.h",
"struct.h",
# Implementation details.
+ "lib/buffer.c",
"lib/message.c",
"lib/struct.c",
]
+
+ mojo_sdk_deps = [ "mojo/public/c/system" ]
}
« no previous file with comments | « no previous file | mojo/public/c/bindings/buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698