| Index: components/tracing/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
|
| index c00cdd2b300b6db607be57b5ff15d90ca50beae1..612e88a6e23fd27b38d3cdabfe26643de29ec79f 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/components/tracing/BUILD.gn
|
| @@ -66,11 +66,14 @@ proto_library("proto_zero_testing_messages") {
|
| "test/example_proto/library.proto",
|
| "test/example_proto/library_internals/galaxies.proto",
|
| "test/example_proto/test_messages.proto",
|
| + "test/example_proto/upper_import.proto",
|
| ]
|
|
|
| + proto_in_dir = "test/example_proto"
|
| +
|
| generator_plugin_label = "tools/proto_zero_plugin:proto_zero_plugin"
|
| generator_plugin_suffix = ".pbzero"
|
| - generate_cc = false
|
| + generate_cc = true
|
| generate_python = false
|
| }
|
|
|
|
|