Chromium Code Reviews| Index: services/tracing/public/interfaces/BUILD.gn |
| diff --git a/services/tracing/public/interfaces/BUILD.gn b/services/tracing/public/interfaces/BUILD.gn |
| index 8323805231aa06785d90d24a1477903dd2e9613c..d44840377d61fc68fca456c1883464cc03f40564 100644 |
| --- a/services/tracing/public/interfaces/BUILD.gn |
| +++ b/services/tracing/public/interfaces/BUILD.gn |
| @@ -8,4 +8,6 @@ mojom("interfaces") { |
| sources = [ |
| "tracing.mojom", |
| ] |
| + |
| + use_new_wrapper_types = false |
| } |