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

Unified Diff: media/media.gyp

Issue 8417019: Simplify VideoDecodeEngine interface by making everything synchronous. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for CaptureVideoDecoder Created 9 years, 1 month 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
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | media/video/ffmpeg_video_decode_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 822623821775e2b8b2f658428ec7b61d4bd6be28..747c3a9860b2712d5676443b075a11724de2ea89 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -597,7 +597,6 @@
'filters/file_data_source_unittest.cc',
'filters/video_renderer_base_unittest.cc',
'video/capture/video_capture_device_unittest.cc',
- 'video/ffmpeg_video_decode_engine_unittest.cc',
'webm/cluster_builder.cc',
'webm/cluster_builder.h',
],
@@ -624,7 +623,6 @@
'filters/ffmpeg_glue_unittest.cc',
'filters/ffmpeg_h264_bitstream_converter_unittest.cc',
'filters/ffmpeg_video_decoder_unittest.cc',
- 'video/ffmpeg_video_decode_engine_unittest.cc',
],
}],
[ 'target_arch=="ia32" or target_arch=="x64"', {
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | media/video/ffmpeg_video_decode_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698