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

Unified Diff: third_party/protobuf/BUILD.gn

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: Comments addressed. Created 3 years, 8 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 | « BUILD.gn ('k') | tools/clang/traffic_annotation_extractor/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/BUILD.gn
diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn
index 067416ed38f43c9329a826420ac5d39b17dcd2a3..30c840874df57618f6ddb7b7809b5114b96035e3 100644
--- a/third_party/protobuf/BUILD.gn
+++ b/third_party/protobuf/BUILD.gn
@@ -222,6 +222,10 @@ static_library("protobuf_full") {
# requires descriptors & reflection; testonly.
"//third_party/libprotobuf-mutator:*",
+
+ # The traffic_annotation tool is not part of Chrome itself, and needs to
+ # parse human-readable protobufs.
+ "//tools/traffic_annotation/*",
]
sources = protobuf_lite_sources + protobuf_globals_sources + [
« no previous file with comments | « BUILD.gn ('k') | tools/clang/traffic_annotation_extractor/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698