 Chromium Code Reviews
 Chromium Code Reviews Issue 2986893002:
  Piggybacking simulcast id and ALR experiment id into video content type extension.  (Closed)
    
  
    Issue 2986893002:
  Piggybacking simulcast id and ALR experiment id into video content type extension.  (Closed) 
  | Index: webrtc/api/BUILD.gn | 
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn | 
| index e87509bced713fdb371bff6921f8a3370651cf84..5c41b2b26794ed62c04514b96d6c2bc6ff10b331 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", |