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