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

Side by Side Diff: media/media.gyp

Issue 10855188: media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: now with macro Created 8 years, 4 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'base/audio_decoder.cc', 142 'base/audio_decoder.cc',
143 'base/audio_decoder.h', 143 'base/audio_decoder.h',
144 'base/audio_decoder_config.cc', 144 'base/audio_decoder_config.cc',
145 'base/audio_decoder_config.h', 145 'base/audio_decoder_config.h',
146 'base/audio_renderer.cc', 146 'base/audio_renderer.cc',
147 'base/audio_renderer.h', 147 'base/audio_renderer.h',
148 'base/audio_renderer_mixer.cc', 148 'base/audio_renderer_mixer.cc',
149 'base/audio_renderer_mixer.h', 149 'base/audio_renderer_mixer.h',
150 'base/audio_renderer_mixer_input.cc', 150 'base/audio_renderer_mixer_input.cc',
151 'base/audio_renderer_mixer_input.h', 151 'base/audio_renderer_mixer_input.h',
152 'base/bind_to_loop.h',
152 'base/bitstream_buffer.h', 153 'base/bitstream_buffer.h',
153 'base/bit_reader.cc', 154 'base/bit_reader.cc',
154 'base/bit_reader.h', 155 'base/bit_reader.h',
155 'base/buffers.cc', 156 'base/buffers.cc',
156 'base/buffers.h', 157 'base/buffers.h',
157 'base/byte_queue.cc', 158 'base/byte_queue.cc',
158 'base/byte_queue.h', 159 'base/byte_queue.h',
159 'base/channel_layout.cc', 160 'base/channel_layout.cc',
160 'base/channel_layout.h', 161 'base/channel_layout.h',
161 'base/clock.cc', 162 'base/clock.cc',
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 'media', 1164 'media',
1164 ], 1165 ],
1165 'sources': [ 1166 'sources': [
1166 'tools/media_bench/media_bench.cc', 1167 'tools/media_bench/media_bench.cc',
1167 ], 1168 ],
1168 }, 1169 },
1169 ], 1170 ],
1170 }] 1171 }]
1171 ], 1172 ],
1172 } 1173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698