| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index c8d2883d0c7f358a88e6591eb51eccbd329bc8d0..0639d0d8d52a7eb62ada06183f73dd3dfe6dfb76 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -96,12 +96,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",
|
| @@ -128,6 +128,12 @@ source_set("callback") {
|
| ]
|
| }
|
|
|
| +source_set("struct_traits") {
|
| + sources = [
|
| + "struct_traits.h",
|
| + ]
|
| +}
|
| +
|
| source_set("wtf_support") {
|
| sources = [
|
| "lib/wtf_array_serialization.h",
|
|
|