| Index: content/content_common.gypi | 
| diff --git a/content/content_common.gypi b/content/content_common.gypi | 
| index 197bbc687f5b2794935fd20e70bfb5e8d3a482be..69ec5334c2a6509f09da693356ae524130d7ad8e 100644 | 
| --- a/content/content_common.gypi | 
| +++ b/content/content_common.gypi | 
| @@ -817,8 +817,13 @@ | 
| 'variables': { | 
| 'sig_files': [ | 
| 'common/gpu/media/va.sigs', | 
| +              'common/gpu/media/va_drm.sigs', | 
| ], | 
| }, | 
| +          'sources': [ | 
| +            'common/gpu/media/vaapi_drm_picture.cc', | 
| +            'common/gpu/media/vaapi_drm_picture.h', | 
| +          ], | 
| }], | 
| ], | 
| 'variables': { | 
|  |