Index: webrtc/api/BUILD.gn |
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn |
index 7fbcb5dab2a5a2b411d717118a20d2c1293352a6..7c5e302d65bffbaae88c7f89e9744ccb9eded22a 100644 |
--- a/webrtc/api/BUILD.gn |
+++ b/webrtc/api/BUILD.gn |
@@ -177,11 +177,17 @@ rtc_source_set("transport_api") { |
rtc_source_set("video_frame_api") { |
sources = [ |
+ "video/i420_buffer.cc", |
+ "video/i420_buffer.h", |
+ "video/video_frame.cc", |
+ "video/video_frame.h", |
+ "video/video_frame_buffer.h", |
"video/video_rotation.h", |
] |
deps = [ |
"../base:rtc_base_approved", |
+ "../system_wrappers", |
] |
# TODO(nisse): This logic is duplicated in multiple places. |