| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 42693290e37db452694c113d6c93ba4bba50e776..94a3e8b83c995eedf1d0ebecdf1ad2902bd95639 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -492,10 +492,13 @@
|
| ['OS=="android"', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
| + '../third_party/libyuv/libyuv.gyp:libyuv',
|
| ],
|
| 'sources': [
|
| 'common/gpu/media/android_video_decode_accelerator.cc',
|
| 'common/gpu/media/android_video_decode_accelerator.h',
|
| + 'common/gpu/media/android_video_encode_accelerator.cc',
|
| + 'common/gpu/media/android_video_encode_accelerator.h',
|
| ],
|
| }],
|
| ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {
|
|
|