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

Unified Diff: media/media.gyp

Issue 1226001: Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame. (Closed)
Patch Set: Created 10 years, 9 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
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | media/tools/player_wtl/view.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 20e1f870116745206a826987d0d6ab9250ec2c93..08c2f2b750ceb9f4cc7acc8ee38b4790af7701a2 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -72,8 +72,8 @@
'base/seekable_buffer.h',
'base/synchronizer.cc',
'base/synchronizer.h',
- 'base/video_frame_impl.cc',
- 'base/video_frame_impl.h',
+ 'base/video_frame.cc',
+ 'base/video_frame.h',
'base/yuv_convert.cc',
'base/yuv_convert.h',
'base/yuv_row_win.cc',
@@ -185,7 +185,7 @@
'base/pts_heap_unittest.cc',
'base/run_all_unittests.cc',
'base/seekable_buffer_unittest.cc',
- 'base/video_frame_impl_unittest.cc',
+ 'base/video_frame_unittest.cc',
'base/yuv_convert_unittest.cc',
'filters/audio_renderer_algorithm_ola_unittest.cc',
'filters/audio_renderer_base_unittest.cc',
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | media/tools/player_wtl/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698