| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index fbec6c2722ae5cbb82bcccda9995e3e45c408c49..03655f7e97d1da9fcea6346852fed338b428ab74 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -485,6 +485,23 @@
|
| '../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',
|
| + ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '-lEGL',
|
| + '-lGLESv2',
|
| + ],
|
| + },
|
| + }],
|
| ['target_arch=="arm" and chromeos == 1', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
|
|