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

Side by Side Diff: media/media.gyp

Issue 11428095: Pass in media message loop to VideoRendererBase and enforce calling on the right thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'base/audio_timestamp_helper.cc', 185 'base/audio_timestamp_helper.cc',
186 'base/audio_timestamp_helper.h', 186 'base/audio_timestamp_helper.h',
187 'base/bind_to_loop.h', 187 'base/bind_to_loop.h',
188 'base/bitstream_buffer.h', 188 'base/bitstream_buffer.h',
189 'base/bit_reader.cc', 189 'base/bit_reader.cc',
190 'base/bit_reader.h', 190 'base/bit_reader.h',
191 'base/buffers.cc', 191 'base/buffers.cc',
192 'base/buffers.h', 192 'base/buffers.h',
193 'base/byte_queue.cc', 193 'base/byte_queue.cc',
194 'base/byte_queue.h', 194 'base/byte_queue.h',
195 'base/callback_wrapper.h',
195 'base/channel_mixer.cc', 196 'base/channel_mixer.cc',
196 'base/channel_mixer.h', 197 'base/channel_mixer.h',
197 'base/clock.cc', 198 'base/clock.cc',
198 'base/clock.h', 199 'base/clock.h',
199 'base/data_buffer.cc', 200 'base/data_buffer.cc',
200 'base/data_buffer.h', 201 'base/data_buffer.h',
201 'base/data_source.cc', 202 'base/data_source.cc',
202 'base/data_source.h', 203 'base/data_source.h',
203 'base/decoder_buffer.cc', 204 'base/decoder_buffer.cc',
204 'base/decoder_buffer.h', 205 'base/decoder_buffer.h',
(...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 'media', 1351 'media',
1351 ], 1352 ],
1352 'sources': [ 1353 'sources': [
1353 'tools/media_bench/media_bench.cc', 1354 'tools/media_bench/media_bench.cc',
1354 ], 1355 ],
1355 }, 1356 },
1356 ], 1357 ],
1357 }] 1358 }]
1358 ], 1359 ],
1359 } 1360 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698