Sign in
chromium
/
chromium
/
src.git
/
4eef337a54cd51af5d2d12a1dd32f5581ef265d4
/
.
/
net
/
traffic_annotation
/
BUILD.gn
blob: dcaede5df268455653733714c9b4046c7a10d689 [
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"
]
}