mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
19 lines
285 B
Plaintext
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",
|
|
]
|
|
}
|