commit | a30aef3deaf866210dbf14814db265ef4e66a745 | [log] [tgz] |
---|---|---|
author | Florent Castelli <orphis@webrtc.org> | Tue Apr 19 17:47:13 2022 +0200 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Apr 24 14:47:40 2022 +0000 |
tree | db100080beaa521455ec2b81a182ec0bc26ec184 | |
parent | ed4aadc0a28e392499f66cf086379a6dcdcfd0a9 [diff] |
Move event_tracer out of rtc_base_approved Bug: webrtc:9838 Change-Id: Ic3c424729b5edd3e378c4195afe33ae5c88ad491 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259312 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36637}
diff --git a/api/audio_codecs/BUILD.gn b/api/audio_codecs/BUILD.gn index e102b27..0f590c6 100644 --- a/api/audio_codecs/BUILD.gn +++ b/api/audio_codecs/BUILD.gn
@@ -35,6 +35,7 @@ "../../api:field_trials_view", "../../rtc_base:buffer", "../../rtc_base:checks", + "../../rtc_base:event_tracer", "../../rtc_base:refcount", "../../rtc_base:rtc_base_approved", "../../rtc_base:sanitizer",