| Index: mojo/public/cpp/bindings/tests/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| index 4d466a18da14eea62f7f56965cb8795e35100ab1..33610fd3858553c49e32a8c64512fda89bc2bc52 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -30,6 +30,8 @@ source_set("tests") {
|
| "pickled_struct_blink.h",
|
| "pickled_struct_chromium.cc",
|
| "pickled_struct_chromium.h",
|
| + "rect_blink.h",
|
| + "rect_chromium.h",
|
| "request_response_unittest.cc",
|
| "router_test_util.cc",
|
| "router_test_util.h",
|
| @@ -37,6 +39,7 @@ source_set("tests") {
|
| "sample_service_unittest.cc",
|
| "serialization_warning_unittest.cc",
|
| "string_unittest.cc",
|
| + "struct_traits_unittest.cc",
|
| "struct_unittest.cc",
|
| "type_conversion_unittest.cc",
|
| "union_unittest.cc",
|
|
|