naiveproxy/net/traffic_annotation/BUILD.gn
2018-12-09 21:59:24 -05:00

19 lines
285 B
Plaintext

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",
]
}