| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index 93df9a31ccc261ea723648f151b2a7a40aa76d3b..5fe4d9daa21af8a1cf467ee754ec005112ee06c1 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -103,12 +103,12 @@ source_set("bindings") {
|
| "string.h",
|
| "strong_binding.h",
|
| "struct_ptr.h",
|
| - "struct_traits.h",
|
| "type_converter.h",
|
| ]
|
|
|
| public_deps = [
|
| ":callback",
|
| + ":struct_traits",
|
| "//base",
|
| "//ipc:param_traits",
|
| "//mojo/public/cpp/system",
|
| @@ -135,6 +135,12 @@ source_set("callback") {
|
| ]
|
| }
|
|
|
| +source_set("struct_traits") {
|
| + sources = [
|
| + "struct_traits.h",
|
| + ]
|
| +}
|
| +
|
| source_set("wtf_support") {
|
| sources = [
|
| "lib/array_traits_wtf.h",
|
|
|