summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 20e1f87..08c2f2b 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',