| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 34159c0d10641255219a19196335aa4e85c43531..c52324ef1b959a8393d32280a9c7354932295c1d 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -497,10 +497,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', {
|
|
|