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

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: added a lock to protect the |renderer_| Created 8 years, 2 months 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'base/message_loop_factory.cc', 211 'base/message_loop_factory.cc',
212 'base/message_loop_factory.h', 212 'base/message_loop_factory.h',
213 'base/multi_channel_resampler.cc', 213 'base/multi_channel_resampler.cc',
214 'base/multi_channel_resampler.h', 214 'base/multi_channel_resampler.h',
215 'base/pipeline.cc', 215 'base/pipeline.cc',
216 'base/pipeline.h', 216 'base/pipeline.h',
217 'base/pipeline_status.cc', 217 'base/pipeline_status.cc',
218 'base/pipeline_status.h', 218 'base/pipeline_status.h',
219 'base/ranges.cc', 219 'base/ranges.cc',
220 'base/ranges.h', 220 'base/ranges.h',
221 'base/rtc_audio_renderer.cc',
222 'base/rtc_audio_renderer.h',
221 'base/seekable_buffer.cc', 223 'base/seekable_buffer.cc',
222 'base/seekable_buffer.h', 224 'base/seekable_buffer.h',
223 'base/serial_runner.cc', 225 'base/serial_runner.cc',
224 'base/serial_runner.h', 226 'base/serial_runner.h',
225 'base/sinc_resampler.cc', 227 'base/sinc_resampler.cc',
226 'base/sinc_resampler.h', 228 'base/sinc_resampler.h',
227 'base/stream_parser.cc', 229 'base/stream_parser.cc',
228 'base/stream_parser.h', 230 'base/stream_parser.h',
229 'base/stream_parser_buffer.cc', 231 'base/stream_parser_buffer.cc',
230 'base/stream_parser_buffer.h', 232 'base/stream_parser_buffer.h',
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'media', 1313 'media',
1312 ], 1314 ],
1313 'sources': [ 1315 'sources': [
1314 'tools/media_bench/media_bench.cc', 1316 'tools/media_bench/media_bench.cc',
1315 ], 1317 ],
1316 }, 1318 },
1317 ], 1319 ],
1318 }] 1320 }]
1319 ], 1321 ],
1320 } 1322 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698