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

Unified Diff: components/tracing/BUILD.gn

Issue 2239383002: GN proto_libary refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix LITE_RUNTIME 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/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
index c00cdd2b300b6db607be57b5ff15d90ca50beae1..bee955e50f9300fecc38766edb256f9395953159 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -68,9 +68,11 @@ proto_library("proto_zero_testing_messages") {
"test/example_proto/test_messages.proto",
]
+ proto_in_dir = "test/example_proto"
+
generator_plugin_label = "tools/proto_zero_plugin:proto_zero_plugin"
generator_plugin_suffix = ".pbzero"
- generate_cc = false
+ generate_cc = true
generate_python = false
}
« no previous file with comments | « no previous file | components/tracing/test/example_proto/library.proto » ('j') | third_party/protobuf/proto_library.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698