Chromium Code Reviews| 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..7578c94c92b5890ea855c0ab8bd2d4b2420d4152 100644 |
| --- a/mojo/public/c/bindings/BUILD.gn |
| +++ b/mojo/public/c/bindings/BUILD.gn |
| @@ -6,14 +6,21 @@ import("../../mojo_sdk.gni") |
| mojo_sdk_source_set("bindings") { |
| sources = [ |
| + "array.h", |
| "buffer.h", |
| + "interface.h", |
| + "lib/type_table.h", |
|
viettrungluu
2016/06/17 20:37:18
Being in the lib directory means that this should
vardhan
2016/06/21 16:07:36
Done.
|
| + "map.h", |
| "message.h", |
| + "string.h", |
| "struct.h", |
| + "union.h", |
| "validation.h", |
| # Implementation details. |
| "lib/buffer.c", |
| "lib/message.c", |
| + "lib/type_table.c", |
| ] |
| mojo_sdk_deps = [ "mojo/public/c/system" ] |