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

Unified Diff: components/tracing/BUILD.gn

Issue 2201393002: Tracing V2: Import support for protobuf plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forwards 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 0e3c97fab75c38ead482352bbec838df3f404da7..cd98be04eecabb82d8bd1424366f3379af31116b 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -63,7 +63,9 @@ proto_library("proto_zero_testing_messages") {
visibility = [ "//components/tracing/*" ]
sources = [
- "test/example_messages.proto",
+ "test/example_proto/library.proto",
+ "test/example_proto/library_internals/galaxies.proto",
+ "test/example_proto/various_messages.proto",
Primiano Tucci (use gerrit) 2016/08/04 13:32:04 maybe give it a more meaningful name than "various
kraynov 2016/08/04 13:42:48 test_messages.proto
]
generator_plugin_label = "tools/proto_zero_plugin:proto_zero_plugin"

Powered by Google App Engine
This is Rietveld 408576698