Sign in
third-party-mirror
/
orbit
/
301094089f7066c20f6885ee60d316d3f550a3c2
/
.
/
qt-everywhere-src-5.14.1
/
qtwebengine
/
src
/
3rdparty
/
chromium
/
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"
,
]
}