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

Unified Diff: net/BUILD.gn

Issue 2421333002: Protobuf for Traffic Annotation and first use by a URLFetcher. (Closed)
Patch Set: All 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 73d7b1e2b8b34da1a5a573f55346ee9cb53c5ebb..f4240edc6a7c747b4b9bfb105500f4bb425cf2de 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2964,6 +2964,13 @@ source_set("simple_quic_tools") {
]
}
+source_set("traffic_annotation_header") {
asanka 2017/01/26 20:59:27 why is this in a separate source set when url_fetc
Ramin Halavati 2017/01/27 07:48:58 I separated it so that tools that just use annotat
asanka 2017/01/27 16:58:00 Got it. Can you add :traffic_annotation_header (o
Ramin Halavati 2017/01/30 08:43:25 Done, renamed it to traffic_annotation and added i
+ 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