Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: content/content_tests.gypi

Issue 8510039: Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for Windows. The decodin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
+ }
+ ],
+ },
+ ],
],
}
« content/common/gpu/media/video_decode_accelerator_unittest.cc ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698