| Index: components/tracing/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
|
| index a347f052a43e6b00be3dee2cf7defbc19155f799..4638f3e1bc2f9fcd517d1befa3cfa814845adbba 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/components/tracing/BUILD.gn
|
| @@ -75,6 +75,7 @@ proto_library("proto_zero_testing_messages") {
|
|
|
| generator_plugin_label = "tools/proto_zero_plugin:proto_zero_plugin"
|
| generator_plugin_suffix = ".pbzero"
|
| + generator_plugin_options = "wrapper_namespace=pbzero"
|
| generate_cc = true
|
| generate_python = false
|
| }
|
|
|