blob: dcaede5df268455653733714c9b4046c7a10d689 [file] [log] [blame]
source_set("traffic_annotation") {
sources = [ "network_traffic_annotation.h" ]
deps = [ "//base" ]
}
source_set("test_support") {
testonly = true
sources = [ "network_traffic_annotation_test_helper.h" ]
public_deps = [ ":traffic_annotation" ]
}