[Stats] Fix missing dependency on stats.

To help avoid future WebRTC importer problems. The .cc and the .h files
are spread out over multiple targets and the bots do not always detect
these issues.

Bug: webrtc:15164, b/320646178, webrtc:15781
Change-Id: I65b271e786c760b5ee024bec436b4cd4aef05d37
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/334840
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41549}
This commit is contained in:
Henrik Boström 2024-01-17 16:21:57 +01:00 committed by WebRTC LUCI CQ
parent 111e381822
commit 361d74bc36

View file

@ -774,6 +774,7 @@ if (current_os == "linux" || is_android) {
"../../api:libjingle_peerconnection_api",
"../../api:media_stream_interface",
"../../api:rtc_event_log_output_file",
"../../api:rtc_stats_api",
"../../api:rtp_parameters",
"../../api:rtp_sender_interface",
"../../api:turn_customizer",
@ -799,6 +800,7 @@ if (current_os == "linux" || is_android) {
"../../rtc_base:ssl",
"../../rtc_base:stringutils",
"../../rtc_base:threading",
"../../stats:rtc_stats",
"../../system_wrappers:field_trial",
]
absl_deps = [