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

Unified Diff: third_party/protobuf/BUILD.gn

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: nits Created 4 years, 1 month 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: third_party/protobuf/BUILD.gn
diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn
index 84c916a651e8347ae93661d3056337fe4a060e7d..6465f59c75cd3c684ccce6dfaa9ff7268028dc9f 100644
--- a/third_party/protobuf/BUILD.gn
+++ b/third_party/protobuf/BUILD.gn
@@ -177,7 +177,12 @@ component("protobuf_lite") {
# into that category. Do not use in Chrome code.
static_library("protobuf_full") {
# Prevent people from depending on this outside our file.
- visibility = [ ":*" ]
+ visibility = [
+ ":*",
+
+ # Traffic_annotation is not part of the Chrome build.
Peter Kasting 2016/11/23 17:01:52 Nit: Maybe clearer: "The traffic_annotation tool i
Ramin Halavati 2016/11/24 06:34:53 Done.
+ "//tools/traffic_annotation/*",
+ ]
sources = protobuf_lite_sources
sources += [

Powered by Google App Engine
This is Rietveld 408576698