diff --git a/api/video/BUILD.gn b/api/video/BUILD.gn index d75ec8f533..f4069d26a6 100644 --- a/api/video/BUILD.gn +++ b/api/video/BUILD.gn @@ -74,6 +74,13 @@ if (is_android) { } } +# Deprecated empty target. Use "video_frame" instead. +rtc_source_set("video_frame_i420") { + visibility = [ "*" ] + sources = [] + deps = [ ":video_frame" ] +} + rtc_library("video_frame_i010") { visibility = [ "*" ] sources = [