| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 8516920b67ed2f89626a26147a46ebc794e13faa..0efbd0481b4aebc3be944e170144dcea0b7e27fb 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -485,6 +485,26 @@
|
| '../gpu/gpu.gyp:command_buffer_service',
|
| ],
|
| }],
|
| + ['OS=="android"', {
|
| + 'dependencies': [
|
| + '../media/media.gyp:media',
|
| + ],
|
| + 'sources': [
|
| + 'common/gpu/media/android_video_decode_accelerator.cc',
|
| + 'common/gpu/media/android_video_decode_accelerator.h',
|
| + 'common/gpu/media/gles2_external_texture_copier.cc',
|
| + 'common/gpu/media/gles2_external_texture_copier.h',
|
| + ],
|
| + 'include_dirs': [
|
| + '<(DEPTH)/third_party/angle/include',
|
| + ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '-lEGL',
|
| + '-lGLESv2',
|
| + ],
|
| + },
|
| + }],
|
| ['target_arch=="arm" and chromeos == 1', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
|
|