Chromium Code Reviews| Index: components/tracing/BUILD.gn |
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn |
| index 573ea6c4a3202724650ae378f784b97d202b8fe9..50874340b84d8e6644d29e0435a99c0cba88d93f 100644 |
| --- a/components/tracing/BUILD.gn |
| +++ b/components/tracing/BUILD.gn |
| @@ -76,7 +76,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" |
| + generator_plugin_options = "wrapper_namespace=pbzero,reflection=true" |
|
Primiano Tucci (use gerrit)
2016/09/01 16:18:06
i'd avoid unnecessary switches. we just need this.
|
| generate_cc = true |
| generate_python = false |
| } |
| @@ -105,6 +105,7 @@ source_set("unit_tests") { |
| "//ipc", |
| "//testing/gmock:gmock", |
| "//testing/gtest", |
| + "//third_party/protobuf:protoc_lib", |
| ] |
| if (!is_android) { |