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

Unified Diff: media/media.gyp

Issue 3156046: Changed mft_h264_decoder's API to match with video_decode_engine.h. Also chan... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months 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: media/media.gyp
===================================================================
--- media/media.gyp (revision 57106)
+++ media/media.gyp (working copy)
@@ -466,10 +466,6 @@
'..',
],
'sources': [
- 'mf/basic_renderer.cc',
- 'mf/basic_renderer.h',
- 'mf/d3d_util.cc',
- 'mf/d3d_util.h',
'mf/file_reader_util.cc',
'mf/file_reader_util.h',
'mf/mft_h264_decoder_example.cc',
@@ -495,8 +491,6 @@
'..',
],
'sources': [
- 'mf/d3d_util.cc',
- 'mf/d3d_util.h',
'mf/file_reader_util.cc',
'mf/file_reader_util.h',
'mf/test/mft_h264_decoder_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698