mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
[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:
parent
111e381822
commit
361d74bc36
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue