mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-02 13:26:18 +03:00
18 lines
285 B
Text
18 lines
285 B
Text
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",
|
|
]
|
|
}
|