Chromium Code Reviews| Index: content/content_tests.gypi |
| =================================================================== |
| --- content/content_tests.gypi (revision 114547) |
| +++ content/content_tests.gypi (working copy) |
| @@ -417,11 +417,40 @@ |
| '<(DEPTH)/third_party/openmax/il', |
| ], |
| 'sources': [ |
| - 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| + 'common/gpu/media/video_decode_accelerator_unittest.cc', |
| ], |
| } |
| ], |
| }, |
| ], |
| + ['OS=="win"', { |
|
Ami GONE FROM CHROMIUM
2011/12/16 07:38:54
Why duplicate the above target?
De-dup (with condi
ananta
2011/12/17 00:40:25
Done.
|
| + |
| + 'targets': [ |
| + { |
| + 'target_name': 'video_decode_accelerator_unittest', |
| + 'defines!': ['CONTENT_IMPLEMENTATION'], |
| + 'type': 'executable', |
| + 'dependencies': [ |
| + '../base/allocator/allocator.gyp:allocator', |
| + '../base/base.gyp:base', |
| + 'content', |
| + '../testing/gtest.gyp:gtest', |
| + ], |
| + 'include_dirs': [ |
| + '<(DEPTH)/third_party/angle/include', |
| + ], |
| + 'link_settings': { |
| + 'libraries': [ |
| + '-lmf.lib', |
| + '-lmfuuid.lib', |
| + ], |
| + }, |
| + 'sources': [ |
| + 'common/gpu/media/video_decode_accelerator_unittest.cc', |
| + ], |
| + } |
| + ], |
| + }, |
| + ], |
| ], |
| } |