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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/filters/video_renderer_base.h ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'player_x11_renderer%': 'x11', 8 'player_x11_renderer%': 'x11',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'base/buffers.h', 73 'base/buffers.h',
74 'base/callback.cc', 74 'base/callback.cc',
75 'base/callback.h', 75 'base/callback.h',
76 'base/clock.h', 76 'base/clock.h',
77 'base/clock_impl.cc', 77 'base/clock_impl.cc',
78 'base/clock_impl.h', 78 'base/clock_impl.h',
79 'base/data_buffer.cc', 79 'base/data_buffer.cc',
80 'base/data_buffer.h', 80 'base/data_buffer.h',
81 'base/djb2.cc', 81 'base/djb2.cc',
82 'base/djb2.h', 82 'base/djb2.h',
83 'base/filter_collection.cc',
84 'base/filter_collection.h',
83 'base/filter_host.h', 85 'base/filter_host.h',
84 'base/filters.cc', 86 'base/filters.cc',
85 'base/filters.h', 87 'base/filters.h',
86 'base/media.h', 88 'base/media.h',
87 'base/media_filter_collection.cc',
88 'base/media_filter_collection.h',
89 'base/media_format.cc', 89 'base/media_format.cc',
90 'base/media_format.h', 90 'base/media_format.h',
91 'base/media_posix.cc', 91 'base/media_posix.cc',
92 'base/media_switches.cc', 92 'base/media_switches.cc',
93 'base/media_switches.h', 93 'base/media_switches.h',
94 'base/media_win.cc', 94 'base/media_win.cc',
95 'base/pipeline.h', 95 'base/pipeline.h',
96 'base/pipeline_impl.cc', 96 'base/pipeline_impl.cc',
97 'base/pipeline_impl.h', 97 'base/pipeline_impl.h',
98 'base/pts_heap.cc', 98 'base/pts_heap.cc',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'audio/audio_parameters_unittest.cc', 263 'audio/audio_parameters_unittest.cc',
264 'audio/audio_util_unittest.cc', 264 'audio/audio_util_unittest.cc',
265 'audio/fake_audio_input_stream_unittest.cc', 265 'audio/fake_audio_input_stream_unittest.cc',
266 'audio/linux/alsa_output_unittest.cc', 266 'audio/linux/alsa_output_unittest.cc',
267 'audio/mac/audio_output_mac_unittest.cc', 267 'audio/mac/audio_output_mac_unittest.cc',
268 'audio/simple_sources_unittest.cc', 268 'audio/simple_sources_unittest.cc',
269 'audio/win/audio_output_win_unittest.cc', 269 'audio/win/audio_output_win_unittest.cc',
270 'base/clock_impl_unittest.cc', 270 'base/clock_impl_unittest.cc',
271 'base/data_buffer_unittest.cc', 271 'base/data_buffer_unittest.cc',
272 'base/djb2_unittest.cc', 272 'base/djb2_unittest.cc',
273 'base/media_filter_collection_unittest.cc', 273 'base/filter_collection_unittest.cc',
274 'base/mock_ffmpeg.cc', 274 'base/mock_ffmpeg.cc',
275 'base/mock_ffmpeg.h', 275 'base/mock_ffmpeg.h',
276 'base/mock_filter_host.h', 276 'base/mock_filter_host.h',
277 'base/mock_filters.cc', 277 'base/mock_filters.cc',
278 'base/mock_filters.h', 278 'base/mock_filters.h',
279 'base/mock_reader.h', 279 'base/mock_reader.h',
280 'base/mock_task.h', 280 'base/mock_task.h',
281 'base/pipeline_impl_unittest.cc', 281 'base/pipeline_impl_unittest.cc',
282 'base/pts_heap_unittest.cc', 282 'base/pts_heap_unittest.cc',
283 'base/run_all_unittests.cc', 283 'base/run_all_unittests.cc',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 ], 632 ],
633 }], 633 }],
634 ], 634 ],
635 } 635 }
636 636
637 # Local Variables: 637 # Local Variables:
638 # tab-width:2 638 # tab-width:2
639 # indent-tabs-mode:nil 639 # indent-tabs-mode:nil
640 # End: 640 # End:
641 # vim: set expandtab tabstop=2 shiftwidth=2: 641 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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