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

Unified Diff: components/tracing/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
« no previous file with comments | « no previous file | components/tracing/DEPS » ('j') | components/tracing/core/proto_utils.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | components/tracing/DEPS » ('j') | components/tracing/core/proto_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698