| 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 9dce4b07641959c13edfee8354eb2c62875370d9..8935e63bd9254013ab2c38202c5d8a53554c280f 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -53,6 +53,7 @@ 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_struct_traits_interfaces",
|
| "//testing/gtest",
|
| @@ -66,7 +67,7 @@ source_set("tests") {
|
| "struct_traits_unittest.cc",
|
| ]
|
|
|
| - deps += [ "//mojo/public/interfaces/bindings/tests:test_interfaces_wtf" ]
|
| + deps += [ "//mojo/public/interfaces/bindings/tests:test_interfaces_blink" ]
|
| }
|
| }
|
|
|
| @@ -88,7 +89,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",
|
| ]
|
| }
|
|
|