Sign in
cobalt
/
cobalt
/
4a6dd9fddae25369d7353255865e6f226eeb4962
/
.
/
src
/
net
/
traffic_annotation
/
BUILD.gn
blob: 771970a0462592317bcc061c7763eb55e67458df [
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"
,
]
}