| 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 c002d76611a5a08f77bffcc1e89764b8809acdaa..00693e0a539496f8d494652356ca77fd310aa98d 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -33,8 +33,10 @@ source_set("tests") {
|
| "pickled_struct_blink.h",
|
| "pickled_struct_chromium.cc",
|
| "pickled_struct_chromium.h",
|
| - "rect_blink.h",
|
| - "rect_chromium.h",
|
| +
|
| + # TODO: crbug.com/596202
|
| + #"rect_blink.h",
|
| + #"rect_chromium.h",
|
| "request_response_unittest.cc",
|
| "router_test_util.cc",
|
| "router_test_util.h",
|
| @@ -43,7 +45,8 @@ source_set("tests") {
|
| "serialization_warning_unittest.cc",
|
| "stl_converters_unittest.cc",
|
| "string_unittest.cc",
|
| - "struct_traits_unittest.cc",
|
| +
|
| + #"struct_traits_unittest.cc",
|
| "struct_unittest.cc",
|
| "struct_with_traits_impl.cc",
|
| "struct_with_traits_impl.h",
|
|
|