Sign in
cobalt
/
cobalt
/
3dc8b3855f2b32702936add58a952cac6687ac3d
/
.
/
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"
,
]
}