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

Unified Diff: media/media.gyp

Issue 5527003: Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, respectively. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Missed a few more Created 10 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
« no previous file with comments | « media/filters/video_renderer_base.h ('k') | media/tools/player_wtl/movie.cc » ('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 bbd418dedcdd27f99ed0f9b7b66ebf0054e68a7f..da1ff6fa43fc0fa77ac132f3d61901fef32003e5 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -80,12 +80,12 @@
'base/data_buffer.h',
'base/djb2.cc',
'base/djb2.h',
+ 'base/filter_collection.cc',
+ 'base/filter_collection.h',
'base/filter_host.h',
'base/filters.cc',
'base/filters.h',
'base/media.h',
- 'base/media_filter_collection.cc',
- 'base/media_filter_collection.h',
'base/media_format.cc',
'base/media_format.h',
'base/media_posix.cc',
@@ -270,7 +270,7 @@
'base/clock_impl_unittest.cc',
'base/data_buffer_unittest.cc',
'base/djb2_unittest.cc',
- 'base/media_filter_collection_unittest.cc',
+ 'base/filter_collection_unittest.cc',
'base/mock_ffmpeg.cc',
'base/mock_ffmpeg.h',
'base/mock_filter_host.h',
« no previous file with comments | « media/filters/video_renderer_base.h ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698