Index: webrtc/api/BUILD.gn |
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn |
index 7c438086539105cfbbeeaac7cb91f91f084f5e54..3d19f03649e37822dc5ec2ae9039b8c84da804f7 100644 |
--- a/webrtc/api/BUILD.gn |
+++ b/webrtc/api/BUILD.gn |
@@ -168,6 +168,8 @@ rtc_source_set("video_frame_api") { |
sources = [ |
"video/i420_buffer.cc", |
"video/i420_buffer.h", |
+ "video/video_content_type.cc", |
+ "video/video_content_type.h", |
"video/video_frame.cc", |
"video/video_frame.h", |
"video/video_frame_buffer.cc", |