Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(778)

Unified Diff: components/tracing/proto/BUILD.gn

Issue 2293073002: Tracing V2: Proto fields reflection. (Closed)
Patch Set: new one Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698