OLD | NEW |
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 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'filters/audio_renderer_algorithm_default.cc', | 143 'filters/audio_renderer_algorithm_default.cc', |
144 'filters/audio_renderer_algorithm_default.h', | 144 'filters/audio_renderer_algorithm_default.h', |
145 'filters/audio_renderer_algorithm_ola.cc', | 145 'filters/audio_renderer_algorithm_ola.cc', |
146 'filters/audio_renderer_algorithm_ola.h', | 146 'filters/audio_renderer_algorithm_ola.h', |
147 'filters/audio_renderer_base.cc', | 147 'filters/audio_renderer_base.cc', |
148 'filters/audio_renderer_base.h', | 148 'filters/audio_renderer_base.h', |
149 'filters/audio_renderer_impl.cc', | 149 'filters/audio_renderer_impl.cc', |
150 'filters/audio_renderer_impl.h', | 150 'filters/audio_renderer_impl.h', |
151 'filters/bitstream_converter.cc', | 151 'filters/bitstream_converter.cc', |
152 'filters/bitstream_converter.h', | 152 'filters/bitstream_converter.h', |
| 153 'filters/chunk_demuxer.cc', |
| 154 'filters/chunk_demuxer.h', |
| 155 'filters/chunk_demuxer_factory.cc', |
| 156 'filters/chunk_demuxer_factory.h', |
153 'filters/decoder_base.h', | 157 'filters/decoder_base.h', |
154 'filters/ffmpeg_audio_decoder.cc', | 158 'filters/ffmpeg_audio_decoder.cc', |
155 'filters/ffmpeg_audio_decoder.h', | 159 'filters/ffmpeg_audio_decoder.h', |
156 'filters/ffmpeg_demuxer.cc', | 160 'filters/ffmpeg_demuxer.cc', |
157 'filters/ffmpeg_demuxer.h', | 161 'filters/ffmpeg_demuxer.h', |
| 162 'filters/ffmpeg_demuxer_factory.cc', |
| 163 'filters/ffmpeg_demuxer_factory.h', |
158 'filters/ffmpeg_h264_bitstream_converter.cc', | 164 'filters/ffmpeg_h264_bitstream_converter.cc', |
159 'filters/ffmpeg_h264_bitstream_converter.h', | 165 'filters/ffmpeg_h264_bitstream_converter.h', |
160 'filters/ffmpeg_glue.cc', | 166 'filters/ffmpeg_glue.cc', |
161 'filters/ffmpeg_glue.h', | 167 'filters/ffmpeg_glue.h', |
162 'filters/ffmpeg_video_decoder.cc', | 168 'filters/ffmpeg_video_decoder.cc', |
163 'filters/ffmpeg_video_decoder.h', | 169 'filters/ffmpeg_video_decoder.h', |
164 'filters/file_data_source.cc', | 170 'filters/file_data_source.cc', |
165 'filters/file_data_source.h', | 171 'filters/file_data_source.h', |
166 'filters/ffmpeg_demuxer_factory.cc', | |
167 'filters/ffmpeg_demuxer_factory.h', | |
168 'filters/file_data_source_factory.cc', | 172 'filters/file_data_source_factory.cc', |
169 'filters/file_data_source_factory.h', | 173 'filters/file_data_source_factory.h', |
| 174 'filters/in_memory_url_protocol.cc', |
| 175 'filters/in_memory_url_protocol.h', |
170 'filters/null_audio_renderer.cc', | 176 'filters/null_audio_renderer.cc', |
171 'filters/null_audio_renderer.h', | 177 'filters/null_audio_renderer.h', |
172 'filters/null_video_renderer.cc', | 178 'filters/null_video_renderer.cc', |
173 'filters/null_video_renderer.h', | 179 'filters/null_video_renderer.h', |
174 'filters/rtc_video_decoder.cc', | 180 'filters/rtc_video_decoder.cc', |
175 'filters/rtc_video_decoder.h', | 181 'filters/rtc_video_decoder.h', |
176 'filters/video_renderer_base.cc', | 182 'filters/video_renderer_base.cc', |
177 'filters/video_renderer_base.h', | 183 'filters/video_renderer_base.h', |
178 'video/capture/fake_video_capture_device.cc', | 184 'video/capture/fake_video_capture_device.cc', |
179 'video/capture/fake_video_capture_device.h', | 185 'video/capture/fake_video_capture_device.h', |
180 'video/capture/linux/video_capture_device_linux.cc', | 186 'video/capture/linux/video_capture_device_linux.cc', |
181 'video/capture/linux/video_capture_device_linux.h', | 187 'video/capture/linux/video_capture_device_linux.h', |
182 'video/capture/video_capture.h', | 188 'video/capture/video_capture.h', |
183 'video/capture/video_capture_device.h', | 189 'video/capture/video_capture_device.h', |
184 'video/capture/video_capture_device_dummy.cc', | 190 'video/capture/video_capture_device_dummy.cc', |
185 'video/capture/video_capture_device_dummy.h', | 191 'video/capture/video_capture_device_dummy.h', |
186 'video/capture/video_capture_types.h', | 192 'video/capture/video_capture_types.h', |
187 'video/ffmpeg_video_decode_engine.cc', | 193 'video/ffmpeg_video_decode_engine.cc', |
188 'video/ffmpeg_video_decode_engine.h', | 194 'video/ffmpeg_video_decode_engine.h', |
189 'video/picture.cc', | 195 'video/picture.cc', |
190 'video/picture.h', | 196 'video/picture.h', |
191 'video/video_decode_accelerator.cc', | 197 'video/video_decode_accelerator.cc', |
192 'video/video_decode_accelerator.h', | 198 'video/video_decode_accelerator.h', |
193 'video/video_decode_engine.h', | 199 'video/video_decode_engine.h', |
| 200 'webm/webm_constants.h', |
| 201 'webm/webm_cluster_parser.cc', |
| 202 'webm/webm_cluster_parser.h', |
| 203 'webm/webm_info_parser.cc', |
| 204 'webm/webm_info_parser.h', |
| 205 'webm/webm_parser.cc', |
| 206 'webm/webm_parser.h', |
| 207 'webm/webm_tracks_parser.cc', |
| 208 'webm/webm_tracks_parser.h', |
194 ], | 209 ], |
195 'direct_dependent_settings': { | 210 'direct_dependent_settings': { |
196 'include_dirs': [ | 211 'include_dirs': [ |
197 '..', | 212 '..', |
198 ], | 213 ], |
199 }, | 214 }, |
200 'conditions': [ | 215 'conditions': [ |
201 ['OS == "linux" or OS == "freebsd" or OS == "solaris"', { | 216 ['OS == "linux" or OS == "freebsd" or OS == "solaris"', { |
202 'link_settings': { | 217 'link_settings': { |
203 'libraries': [ | 218 'libraries': [ |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 ], | 804 ], |
790 }], | 805 }], |
791 ], | 806 ], |
792 } | 807 } |
793 | 808 |
794 # Local Variables: | 809 # Local Variables: |
795 # tab-width:2 | 810 # tab-width:2 |
796 # indent-tabs-mode:nil | 811 # indent-tabs-mode:nil |
797 # End: | 812 # End: |
798 # vim: set expandtab tabstop=2 shiftwidth=2: | 813 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |