Index: webrtc/api/BUILD.gn |
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn |
index 7c438086539105cfbbeeaac7cb91f91f084f5e54..eb76cfa1a47821e5612678fb03a7e5007a00e6f9 100644 |
--- a/webrtc/api/BUILD.gn |
+++ b/webrtc/api/BUILD.gn |
@@ -164,6 +164,13 @@ rtc_source_set("transport_api") { |
] |
} |
+rtc_source_set("video_content_type_api") { |
+ sources = [ |
+ "video/video_content_type.cc", |
+ "video/video_content_type.h", |
+ ] |
+} |
+ |
rtc_source_set("video_frame_api") { |
sources = [ |
"video/i420_buffer.cc", |
@@ -178,6 +185,7 @@ rtc_source_set("video_frame_api") { |
] |
deps = [ |
+ ":video_content_type_api", |
"../rtc_base:rtc_base_approved", |
"../system_wrappers", |
] |