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

Unified Diff: net/BUILD.gn

Issue 2421333002: Protobuf for Traffic Annotation and first use by a URLFetcher. (Closed)
Patch Set: Traffic annotation moved to net public deps Created 3 years, 10 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 928d1af83dcbf8f870f59b487989fa3cc2708cd9..3652788b703d3c92e95847706463b777dda300a9 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -358,6 +358,7 @@ component("net") {
public_deps = [
":net_quic_proto",
+ ":traffic_annotation",
"//crypto",
"//crypto:platform",
]
@@ -2975,6 +2976,14 @@ source_set("simple_quic_tools") {
]
}
+source_set("traffic_annotation") {
+ sources = [
+ "traffic_annotation/network_traffic_annotation.h",
+ "traffic_annotation/network_traffic_annotation_test_helper.h",
asanka 2017/02/08 04:37:16 Can test_helper be moved to :test_support ?
Ramin Halavati 2017/02/08 10:09:57 Done.
+ ]
+ deps = []
+}
+
if (!is_ios) {
executable("quic_client") {
sources = [
« no previous file with comments | « components/spellcheck/browser/spelling_service_client.cc ('k') | net/traffic_annotation/network_traffic_annotation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698