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 2e073a45050d964a051c64746cb85e28f3a2b44b..8842270e51ffbfbf6098cf9f3ccdc9e7f916fc64 100644 |
--- a/mojo/public/cpp/bindings/tests/BUILD.gn |
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn |
@@ -54,8 +54,8 @@ 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_experimental", |
- "//mojo/public/interfaces/bindings/tests:test_interfaces_wtf", |
"//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces", |
"//testing/gtest", |
] |
@@ -79,7 +79,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_wtf", |
+ "//mojo/public/interfaces/bindings/tests:test_wtf_types_blink", |
"//testing/gtest", |
] |
} |