| 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 29806cfbdb45a57670a5cd2e038c1169f5c96049..06b9249f10bfa409f9730b5c3c2ec0cdb349112e 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -29,14 +29,6 @@ source_set("tests") {
|
| "message_queue.h",
|
| "multiplex_router_unittest.cc",
|
| "pickle_unittest.cc",
|
| - "pickled_struct_blink.cc",
|
| - "pickled_struct_blink.h",
|
| - "pickled_struct_chromium.cc",
|
| - "pickled_struct_chromium.h",
|
| - "rect_blink.h",
|
| - "rect_blink_traits.h",
|
| - "rect_chromium.h",
|
| - "rect_chromium_traits.h",
|
| "request_response_unittest.cc",
|
| "router_test_util.cc",
|
| "router_test_util.h",
|
| @@ -49,8 +41,6 @@ source_set("tests") {
|
| "struct_unittest.cc",
|
| "struct_with_traits_impl.cc",
|
| "struct_with_traits_impl.h",
|
| - "struct_with_traits_impl_traits.cc",
|
| - "struct_with_traits_impl_traits.h",
|
| "sync_method_unittest.cc",
|
| "type_conversion_unittest.cc",
|
| "union_unittest.cc",
|
| @@ -67,11 +57,9 @@ source_set("tests") {
|
| "//mojo/public/cpp/test_support:test_utils",
|
| "//mojo/public/interfaces/bindings/tests:test_associated_interfaces",
|
| "//mojo/public/interfaces/bindings/tests:test_interfaces",
|
| - "//mojo/public/interfaces/bindings/tests:test_interfaces_blink",
|
| - "//mojo/public/interfaces/bindings/tests:test_interfaces_chromium",
|
| "//mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
|
| + "//mojo/public/interfaces/bindings/tests:test_interfaces_wtf",
|
| "//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces",
|
| - "//mojo/public/interfaces/bindings/tests:test_variant",
|
| "//testing/gtest",
|
| ]
|
| }
|
| @@ -94,7 +82,7 @@ source_set("for_blink_tests") {
|
| "//mojo/public/cpp/system",
|
| "//mojo/public/interfaces/bindings/tests:test_interfaces",
|
| "//mojo/public/interfaces/bindings/tests:test_wtf_types",
|
| - "//mojo/public/interfaces/bindings/tests:test_wtf_types_blink",
|
| + "//mojo/public/interfaces/bindings/tests:test_wtf_types_wtf",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|