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