| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 947faedf77feb4b5e6999762e1cde4a1a4ab6736..d5434bdee2bcd151495ac804d3966e1c239b60b6 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -264,9 +264,8 @@ static_library("browsertest_support") {
|
| mojom("content_test_mojo_bindings") {
|
| sources = [
|
| "../public/test/test_mojo_service.mojom",
|
| + "test_browser_associated_interfaces.mojom",
|
| ]
|
| -
|
| - use_new_wrapper_types = false
|
| }
|
|
|
| mojom("web_ui_test_mojo_bindings") {
|
|
|