Chromium Code Reviews| Index: components/tracing/proto/BUILD.gn |
| diff --git a/components/tracing/proto/BUILD.gn b/components/tracing/proto/BUILD.gn |
| index a341c27ec62059ac813499cd5b7ee2ac21ab17d0..f9fe8406f45be6c93a0cee6526324f41612dac71 100644 |
| --- a/components/tracing/proto/BUILD.gn |
| +++ b/components/tracing/proto/BUILD.gn |
| @@ -17,7 +17,7 @@ proto_library("protos") { |
| generator_plugin_label = |
| "//components/tracing/tools/proto_zero_plugin:proto_zero_plugin" |
| generator_plugin_suffix = ".pbzero" |
| - generator_plugin_options = "wrapper_namespace=pbzero" |
| + generator_plugin_options = "wrapper_namespace=pbzero,reflection=true" |
|
Primiano Tucci (use gerrit)
2016/09/01 16:18:06
ditto
|
| generate_cc = false |
| generate_python = false |
| } |