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

Unified Diff: net/BUILD.gn

Issue 2421333002: Protobuf for Traffic Annotation and first use by a URLFetcher. (Closed)
Patch Set: Comments addressed. Created 3 years, 11 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 8dfc8bf1742b8b5270813e0d164f996b30817c8a..5f1d3a682d61f05c835ae62ef7576db7c816178a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1646,6 +1646,7 @@ component("net") {
"websockets/websocket_stream.h",
]
deps += [
+ ":traffic_annotation",
"//base/third_party/dynamic_annotations",
"//sdch",
"//third_party/zlib",
@@ -2978,6 +2979,13 @@ source_set("simple_quic_tools") {
]
}
+source_set("traffic_annotation") {
+ 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