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

Side by Side Diff: media/media.gyp

Issue 11270012: Adding audio support to the new webmediaplyer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and fixed some comments in rtc_audio_renderer.h Created 8 years, 1 month 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'base/message_loop_factory.cc', 212 'base/message_loop_factory.cc',
213 'base/message_loop_factory.h', 213 'base/message_loop_factory.h',
214 'base/multi_channel_resampler.cc', 214 'base/multi_channel_resampler.cc',
215 'base/multi_channel_resampler.h', 215 'base/multi_channel_resampler.h',
216 'base/pipeline.cc', 216 'base/pipeline.cc',
217 'base/pipeline.h', 217 'base/pipeline.h',
218 'base/pipeline_status.cc', 218 'base/pipeline_status.cc',
219 'base/pipeline_status.h', 219 'base/pipeline_status.h',
220 'base/ranges.cc', 220 'base/ranges.cc',
221 'base/ranges.h', 221 'base/ranges.h',
222 'base/rtc_audio_renderer.cc',
223 'base/rtc_audio_renderer.h',
222 'base/seekable_buffer.cc', 224 'base/seekable_buffer.cc',
223 'base/seekable_buffer.h', 225 'base/seekable_buffer.h',
224 'base/serial_runner.cc', 226 'base/serial_runner.cc',
225 'base/serial_runner.h', 227 'base/serial_runner.h',
226 'base/sinc_resampler.cc', 228 'base/sinc_resampler.cc',
227 'base/sinc_resampler.h', 229 'base/sinc_resampler.h',
228 'base/stream_parser.cc', 230 'base/stream_parser.cc',
229 'base/stream_parser.h', 231 'base/stream_parser.h',
230 'base/stream_parser_buffer.cc', 232 'base/stream_parser_buffer.cc',
231 'base/stream_parser_buffer.h', 233 'base/stream_parser_buffer.h',
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 'media', 1317 'media',
1316 ], 1318 ],
1317 'sources': [ 1319 'sources': [
1318 'tools/media_bench/media_bench.cc', 1320 'tools/media_bench/media_bench.cc',
1319 ], 1321 ],
1320 }, 1322 },
1321 ], 1323 ],
1322 }] 1324 }]
1323 ], 1325 ],
1324 } 1326 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698