| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 1900024be111c1d493506342dcb944d3137d9d58..7ef8bb282066cd5a56452dccc6f4392eb3452e94 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -27,6 +27,7 @@
|
| '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../crypto/crypto.gyp:crypto',
|
| '../skia/skia.gyp:skia',
|
| + '../third_party/libvpx/libvpx.gyp:libvpx',
|
| '../third_party/opus/opus.gyp:opus',
|
| '../ui/ui.gyp:ui',
|
| ],
|
| @@ -310,6 +311,8 @@
|
| 'filters/video_frame_generator.h',
|
| 'filters/video_renderer_base.cc',
|
| 'filters/video_renderer_base.h',
|
| + 'filters/vpx_video_decoder.cc',
|
| + 'filters/vpx_video_decoder.h',
|
| 'video/capture/fake_video_capture_device.cc',
|
| 'video/capture/fake_video_capture_device.h',
|
| 'video/capture/linux/video_capture_device_linux.cc',
|
|
|