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

Side by Side Diff: media/media.gyp

Issue 8936014: Removing DataSource from Filter hierarchy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved preload into a separate file. Created 9 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/file_data_source_unittest.cc ('k') | webkit/media/buffered_data_source.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # Override to dynamically link the PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 }, 10 },
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'base/channel_layout.cc', 108 'base/channel_layout.cc',
109 'base/channel_layout.h', 109 'base/channel_layout.h',
110 'base/clock.cc', 110 'base/clock.cc',
111 'base/clock.h', 111 'base/clock.h',
112 'base/composite_data_source_factory.cc', 112 'base/composite_data_source_factory.cc',
113 'base/composite_data_source_factory.h', 113 'base/composite_data_source_factory.h',
114 'base/composite_filter.cc', 114 'base/composite_filter.cc',
115 'base/composite_filter.h', 115 'base/composite_filter.h',
116 'base/data_buffer.cc', 116 'base/data_buffer.cc',
117 'base/data_buffer.h', 117 'base/data_buffer.h',
118 'base/data_source.cc',
119 'base/data_source.h',
118 'base/demuxer.cc', 120 'base/demuxer.cc',
119 'base/demuxer.h', 121 'base/demuxer.h',
120 'base/demuxer_stream.cc', 122 'base/demuxer_stream.cc',
121 'base/demuxer_stream.h', 123 'base/demuxer_stream.h',
122 'base/djb2.cc', 124 'base/djb2.cc',
123 'base/djb2.h', 125 'base/djb2.h',
124 'base/download_rate_monitor.cc', 126 'base/download_rate_monitor.cc',
125 'base/download_rate_monitor.h', 127 'base/download_rate_monitor.h',
126 'base/filter_collection.cc', 128 'base/filter_collection.cc',
127 'base/filter_collection.h', 129 'base/filter_collection.h',
(...skipping 15 matching lines...) Expand all
143 'base/media_switches.h', 145 'base/media_switches.h',
144 'base/media_win.cc', 146 'base/media_win.cc',
145 'base/message_loop_factory.cc', 147 'base/message_loop_factory.cc',
146 'base/message_loop_factory.h', 148 'base/message_loop_factory.h',
147 'base/message_loop_factory_impl.cc', 149 'base/message_loop_factory_impl.cc',
148 'base/message_loop_factory_impl.h', 150 'base/message_loop_factory_impl.h',
149 'base/pipeline.h', 151 'base/pipeline.h',
150 'base/pipeline_impl.cc', 152 'base/pipeline_impl.cc',
151 'base/pipeline_impl.h', 153 'base/pipeline_impl.h',
152 'base/pipeline_status.h', 154 'base/pipeline_status.h',
155 'base/preload.h',
153 'base/pts_heap.cc', 156 'base/pts_heap.cc',
154 'base/pts_heap.h', 157 'base/pts_heap.h',
155 'base/pts_stream.cc', 158 'base/pts_stream.cc',
156 'base/pts_stream.h', 159 'base/pts_stream.h',
157 'base/seekable_buffer.cc', 160 'base/seekable_buffer.cc',
158 'base/seekable_buffer.h', 161 'base/seekable_buffer.h',
159 'base/state_matrix.cc', 162 'base/state_matrix.cc',
160 'base/state_matrix.h', 163 'base/state_matrix.h',
161 'base/video_decoder_config.cc', 164 'base/video_decoder_config.cc',
162 'base/video_decoder_config.h', 165 'base/video_decoder_config.h',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'media', 671 'media',
669 '../base/base.gyp:base', 672 '../base/base.gyp:base',
670 '../testing/gmock.gyp:gmock', 673 '../testing/gmock.gyp:gmock',
671 '../testing/gtest.gyp:gtest', 674 '../testing/gtest.gyp:gtest',
672 ], 675 ],
673 'sources': [ 676 'sources': [
674 'audio/test_audio_input_controller_factory.cc', 677 'audio/test_audio_input_controller_factory.cc',
675 'audio/test_audio_input_controller_factory.h', 678 'audio/test_audio_input_controller_factory.h',
676 'base/mock_callback.cc', 679 'base/mock_callback.cc',
677 'base/mock_callback.h', 680 'base/mock_callback.h',
681 'base/mock_data_source_host.cc',
682 'base/mock_ddata_source_host.h',
jennb 2011/12/16 18:09:05 typo: ddata
683 'base/mock_demuxer_host.cc',
684 'base/mock_demuxer_host.h',
678 'base/mock_filter_host.cc', 685 'base/mock_filter_host.cc',
679 'base/mock_filter_host.h', 686 'base/mock_filter_host.h',
680 'base/mock_filters.cc', 687 'base/mock_filters.cc',
681 'base/mock_filters.h', 688 'base/mock_filters.h',
682 ], 689 ],
683 }, 690 },
684 { 691 {
685 'target_name': 'scaler_bench', 692 'target_name': 'scaler_bench',
686 'type': 'executable', 693 'type': 'executable',
687 'dependencies': [ 694 'dependencies': [
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 916 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
910 ], 917 ],
911 'sources': [ 918 'sources': [
912 'tools/media_bench/media_bench.cc', 919 'tools/media_bench/media_bench.cc',
913 ], 920 ],
914 }, 921 },
915 ], 922 ],
916 }] 923 }]
917 ], 924 ],
918 } 925 }
OLDNEW
« no previous file with comments | « media/filters/file_data_source_unittest.cc ('k') | webkit/media/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698