| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index efd7ec15fa087775d5113a8d4e2c562143b3697f..189d1aa83c76a9fe11a3038c5f31f8557f65d11e 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -493,7 +493,7 @@
|
| },
|
| ],
|
| 'conditions': [
|
| - ['target_arch=="arm" or OS=="win"', {
|
| + ['target_arch=="arm" or OS=="win" or OS=="mac"', {
|
| 'targets': [
|
| {
|
| 'conditions': [
|
| @@ -503,6 +503,16 @@
|
| '<(DEPTH)/third_party/openmax/il',
|
| ],
|
| }],
|
| + ['OS=="mac"', {
|
| + 'target_name': 'video_decode_accelerator_unittest',
|
| + 'dependencies': [
|
| + '../ui/gl/gl.gyp:gl',
|
| + '../ui/ui.gyp:ui',
|
| + ],
|
| + 'sources!': [
|
| + 'common/gpu/media/rendering_helper_egl.cc',
|
| + ],
|
| + }],
|
| ['OS=="win"', {
|
| 'target_name': 'dxva_video_decode_accelerator_unittest',
|
| 'dependencies': [
|
| @@ -532,6 +542,9 @@
|
| '<(DEPTH)/third_party/angle/include',
|
| ],
|
| 'sources': [
|
| + 'common/gpu/media/rendering_helper.h',
|
| + 'common/gpu/media/rendering_helper_mac.mm',
|
| + 'common/gpu/media/rendering_helper_egl.cc',
|
| 'common/gpu/media/video_decode_accelerator_unittest.cc',
|
| ],
|
| }
|
|
|