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

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

Issue 1654373002: C types and utilities to validate and access struct and message headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: review feedback, for trybots Created 4 years, 11 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/BUILD.gn ('k') | mojo/public/c/bindings/lib/message.c » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..3539879957c31ed96bb7df4c7e706a01a762428b
--- /dev/null
+++ b/mojo/public/c/bindings/BUILD.gn
@@ -0,0 +1,16 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("../../mojo_sdk.gni")
+
+mojo_sdk_source_set("bindings") {
+ sources = [
+ "message.h",
+ "struct.h",
+
+ # Implementation details.
+ "lib/message.c",
+ "lib/struct.c",
+ ]
+}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/public/c/bindings/lib/message.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698