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

Unified Diff: net/BUILD.gn

Issue 2421333002: Protobuf for Traffic Annotation and first use by a URLFetcher. (Closed)
Patch Set: Traffic annotation sourceset added to net/BUILD.gn 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 6ed970836b1703428d2ab7cdd08f7e4b3884e1c9..7cc4acdc8ecd5bc054bc0f03c67b439fc2b5f11b 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1162,6 +1162,13 @@ source_set("simple_quic_tools") {
]
}
+source_set("traffic_annotation_header") {
+ sources = [
+ "net/traffic_annotation/network_traffic_annotation.h",
+ ]
+ deps = []
+}
+
if (!is_ios) {
executable("quic_client") {
sources = [

Powered by Google App Engine
This is Rietveld 408576698