Extend mocks for public types
Extends the mocks for rtpreceiver rtpsender and videotrack. This change
allows the external HangoutsKit client to remove its own mocks of rtc
types.
Bug: none
Change-Id: I8ba1752fe7633f9e0bba264a1279f74cc1368a2c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/282900
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Jack Smith <jackdsmith@google.com>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38782}
diff --git a/api/BUILD.gn b/api/BUILD.gn
index 798fa13..dfb2aa1 100644
--- a/api/BUILD.gn
+++ b/api/BUILD.gn
@@ -1219,6 +1219,7 @@
deps = [
":libjingle_peerconnection_api",
":rtp_sender_interface",
+ "../api/crypto:frame_decryptor_interface",
"../test:test_support",
]
}