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

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

Issue 2163793002: C bindings: Implement _Validate(), and some pre-requisites (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address comments Created 4 years, 5 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/array.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 9b3692e0874d4aa28307a63b2d7e3c0bf0110781..f297994132093c267669555063bc23aed4fdc208 100644
--- a/mojo/public/c/bindings/BUILD.gn
+++ b/mojo/public/c/bindings/BUILD.gn
@@ -19,6 +19,7 @@ mojo_sdk_source_set("bindings") {
# Implementation details.
"lib/array.c",
"lib/buffer.c",
+ "lib/map.c",
"lib/message.c",
"lib/struct.c",
"lib/type_descriptor.c",
« no previous file with comments | « no previous file | mojo/public/c/bindings/array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698