| Index: components/tracing/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
|
| index 0e3c97fab75c38ead482352bbec838df3f404da7..c00cdd2b300b6db607be57b5ff15d90ca50beae1 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/components/tracing/BUILD.gn
|
| @@ -63,7 +63,9 @@ proto_library("proto_zero_testing_messages") {
|
| visibility = [ "//components/tracing/*" ]
|
|
|
| sources = [
|
| - "test/example_messages.proto",
|
| + "test/example_proto/library.proto",
|
| + "test/example_proto/library_internals/galaxies.proto",
|
| + "test/example_proto/test_messages.proto",
|
| ]
|
|
|
| generator_plugin_label = "tools/proto_zero_plugin:proto_zero_plugin"
|
|
|