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

Unified Diff: tools/traffic_annotation/auditor/BUILD.gn

Issue 2866183003: Syntax and coverage checking added to Network Traffic Annotations. (Closed)
Patch Set: Protobuf build updated. Created 3 years, 7 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 | « third_party/protobuf/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/traffic_annotation/auditor/BUILD.gn
diff --git a/tools/traffic_annotation/auditor/BUILD.gn b/tools/traffic_annotation/auditor/BUILD.gn
index bd3606fb2f83589be64b522156a01418415316c7..ab53ca4e470eb86eab1e6e06ab910445588ef4a7 100644
--- a/tools/traffic_annotation/auditor/BUILD.gn
+++ b/tools/traffic_annotation/auditor/BUILD.gn
@@ -19,11 +19,11 @@ proto_library("chrome_settings_full_runtime") {
"/components/policy/proto/chrome_settings_full_runtime.proto",
]
- use_protobuf_full = true
+ # use_protobuf_full = true
deps = [
"//components/policy:full_runtime_code_generate",
- "//third_party/protobuf:protobuf_full",
+ "//third_party/protobuf:protobuf_lite",
]
}
@@ -38,12 +38,12 @@ proto_library("traffic_annotation") {
":chrome_settings_full_runtime",
]
- use_protobuf_full = true
+ # use_protobuf_full = true
}
group("traffic_annotation_auditor") {
deps = [
":traffic_annotation",
- "//third_party/protobuf:protobuf_full",
+ "//third_party/protobuf:protobuf_lite",
]
}
« no previous file with comments | « third_party/protobuf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698