aboutsummaryrefslogtreecommitdiff
path: root/modules/video_coding/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_coding/BUILD.gn')
-rw-r--r--modules/video_coding/BUILD.gn20
1 files changed, 11 insertions, 9 deletions
diff --git a/modules/video_coding/BUILD.gn b/modules/video_coding/BUILD.gn
index 153a4b532e..b28517e8be 100644
--- a/modules/video_coding/BUILD.gn
+++ b/modules/video_coding/BUILD.gn
@@ -274,6 +274,7 @@ rtc_library("video_coding_legacy") {
"../../api:rtp_headers",
"../../api:rtp_packet_info",
"../../api:sequence_checker",
+ "../../api/units:timestamp",
"../../api/video:encoded_image",
"../../api/video:video_frame",
"../../api/video:video_frame_type",
@@ -466,6 +467,15 @@ rtc_library("webrtc_libvpx_interface") {
}
}
+rtc_library("mock_libvpx_interface") {
+ testonly = true
+ sources = [ "codecs/interface/mock_libvpx_interface.h" ]
+ deps = [
+ ":webrtc_libvpx_interface",
+ "../../test:test_support",
+ ]
+}
+
# This target includes the internal SW codec.
rtc_library("webrtc_vp8") {
visibility = [ "*" ]
@@ -583,6 +593,7 @@ rtc_library("webrtc_vp9") {
":webrtc_libvpx_interface",
":webrtc_vp9_helpers",
"../../api:fec_controller_api",
+ "../../api:refcountedbase",
"../../api:scoped_refptr",
"../../api/transport:field_trial_based_config",
"../../api/transport:webrtc_key_value_config",
@@ -677,15 +688,6 @@ if (rtc_include_tests) {
]
}
- rtc_library("mock_libvpx_interface") {
- testonly = true
- sources = [ "codecs/interface/mock_libvpx_interface.h" ]
- deps = [
- ":webrtc_libvpx_interface",
- "../../test:test_support",
- ]
- }
-
rtc_library("simulcast_test_fixture_impl") {
testonly = true
sources = [