Chromium Code Reviews| Index: services/shell/public/interfaces/BUILD.gn |
| diff --git a/services/shell/public/interfaces/BUILD.gn b/services/shell/public/interfaces/BUILD.gn |
| index ceb9000632015605b67edef83dc70cc163e37124..c58e0d1fe0c70752cd53557bb70d4ff6c1db5823 100644 |
| --- a/services/shell/public/interfaces/BUILD.gn |
| +++ b/services/shell/public/interfaces/BUILD.gn |
| @@ -19,4 +19,6 @@ mojom("interfaces") { |
| public_deps = [ |
| "//mojo/common:common_custom_types", |
| ] |
| + |
| + use_new_wrapper_types = false |
| } |