Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index b367ec3b83e218bb8b3252a3f8e4ca77f914a99e..f13b9d26ea3a4913360bd882ff3b9594a2c7eb9d 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -471,7 +471,7 @@ |
| }, |
| ], |
| 'conditions': [ |
| - ['target_arch=="arm" or OS=="win"', { |
| + ['target_arch=="arm" or OS=="win" or OS=="mac"', { |
| 'targets': [ |
| { |
| 'conditions': [ |
| @@ -481,6 +481,17 @@ |
| '<(DEPTH)/third_party/openmax/il', |
| ], |
| }], |
| + ['OS=="mac"', { |
| + 'target_name': 'video_decode_accelerator_mac_unittest', |
|
Ami GONE FROM CHROMIUM
2012/05/15 17:55:22
Having a target name per platform was an organic m
sail
2012/05/15 23:53:31
Done.
|
| + 'dependencies': [ |
| + '../media/media.gyp:media', |
|
Ami GONE FROM CHROMIUM
2012/05/15 17:55:22
unnecessary
sail
2012/05/15 23:53:31
Done.
|
| + '../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': [ |
| @@ -510,6 +521,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', |
| ], |
| } |