Sign in
chromium
/
chromium
/
src
/
23de21d5287a72ef254f486770ac791d66eee3f1
/
.
/
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"
]
}