17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
source_set("traffic_annotation") {
|
|
sources = [ "network_traffic_annotation.h" ]
|
|
deps = [
|
|
"//base",
|
|
"//build:chromeos_buildflags",
|
|
]
|
|
if (is_android) {
|
|
sources += [ "network_traffic_annotation_android.cc" ]
|
|
}
|
|
}
|
|
|
|
source_set("test_support") {
|
|
testonly = true
|
|
sources = [ "network_traffic_annotation_test_helper.h" ]
|
|
public_deps = [ ":traffic_annotation" ]
|
|
}
|