| Index: webrtc/api/BUILD.gn
 | 
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
 | 
| index 3b93673604e40a2a05ed9e814ef57ddb8d278cd1..00216035124720735e51a1170f75f375a4034eff 100644
 | 
| --- a/webrtc/api/BUILD.gn
 | 
| +++ b/webrtc/api/BUILD.gn
 | 
| @@ -178,11 +178,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.
 | 
| 
 |