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

Unified Diff: third_party/protobuf/BUILD.gn

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: Created 4 years, 2 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: 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.
+ "//tools/traffic_annotation/*",
battre 2016/10/26 14:29:18 Turned out that this is still problematic and chec
Ramin Halavati 2016/10/27 09:40:08 Done.
+ ]
sources = protobuf_lite_sources
sources += [
« no previous file with comments | « BUILD.gn ('k') | tools/clang/scripts/run_tool.py » ('j') | tools/clang/scripts/run_tool.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698