| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index d38eeca5a71672872b8ae077220f0d5b9cf225b5..77570dee926cf1974681759cc918eb63a0b11eae 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -288,6 +288,9 @@
|
| ],
|
| }],
|
| ['target_arch=="arm"', {
|
| + 'dependencies': [
|
| + '../media/media.gyp:media',
|
| + ],
|
| 'sources': [
|
| 'common/gpu/gles2_texture_to_egl_image_translator.cc',
|
| 'common/gpu/gles2_texture_to_egl_image_translator.h',
|
| @@ -308,4 +311,28 @@
|
| ],
|
| },
|
| ],
|
| +
|
| + 'conditions': [
|
| + ['target_arch=="arm"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'omx_video_decode_accelerator_unittest',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + 'content_common',
|
| + '../testing/gtest.gyp:gtest',
|
| + '../testing/gtest.gyp:gtest_main',
|
| + ],
|
| + 'include_dirs': [
|
| + '<(DEPTH)/third_party/angle/include',
|
| + '<(DEPTH)/third_party/openmax/il',
|
| + ],
|
| + 'sources': [
|
| + 'common/gpu/omx_video_decode_accelerator_unittest.cc',
|
| + ],
|
| + }
|
| + ],
|
| + },
|
| + ],
|
| + ],
|
| }
|
|
|