summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/bindings/tests/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/bindings/tests/BUILD.gn')
-rw-r--r--mojo/public/cpp/bindings/tests/BUILD.gn9
1 files changed, 6 insertions, 3 deletions
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index c002d76..00693e0 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",