| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 58f91a02e099260a8f2fd48ac6496286b00a03f7..2870044d148959e15975ff409b8a94684784a436 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',
|
| ],
|
| @@ -308,6 +309,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',
|
|
|