| Index: mojo/public/c/bindings/BUILD.gn
|
| diff --git a/mojo/public/c/bindings/BUILD.gn b/mojo/public/c/bindings/BUILD.gn
|
| index 00938d7ca4ae438f114533539b600fafe483d406..a894eb8fb7358998c72765974f1250ec38688c59 100644
|
| --- a/mojo/public/c/bindings/BUILD.gn
|
| +++ b/mojo/public/c/bindings/BUILD.gn
|
| @@ -6,14 +6,20 @@ import("../../mojo_sdk.gni")
|
|
|
| mojo_sdk_source_set("bindings") {
|
| sources = [
|
| + "array.h",
|
| "buffer.h",
|
| + "interface.h",
|
| + "map.h",
|
| "message.h",
|
| + "string.h",
|
| "struct.h",
|
| "validation.h",
|
|
|
| # Implementation details.
|
| "lib/buffer.c",
|
| "lib/message.c",
|
| + "lib/type_descriptor.c",
|
| + "lib/type_descriptor.h",
|
| ]
|
|
|
| mojo_sdk_deps = [ "mojo/public/c/system" ]
|
|
|