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

Side by Side Diff: media/media.gyp

Issue 66183002: Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win and audio tests Created 6 years, 11 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
« no previous file with comments | « media/base/bind_to_loop_unittest.cc ('k') | media/tools/player_x11/player_x11.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'audio/pulse/pulse_input.cc', 162 'audio/pulse/pulse_input.cc',
163 'audio/pulse/pulse_input.h', 163 'audio/pulse/pulse_input.h',
164 'audio/pulse/pulse_output.cc', 164 'audio/pulse/pulse_output.cc',
165 'audio/pulse/pulse_output.h', 165 'audio/pulse/pulse_output.h',
166 'audio/pulse/pulse_unified.cc', 166 'audio/pulse/pulse_unified.cc',
167 'audio/pulse/pulse_unified.h', 167 'audio/pulse/pulse_unified.h',
168 'audio/pulse/pulse_util.cc', 168 'audio/pulse/pulse_util.cc',
169 'audio/pulse/pulse_util.h', 169 'audio/pulse/pulse_util.h',
170 'audio/sample_rates.cc', 170 'audio/sample_rates.cc',
171 'audio/sample_rates.h', 171 'audio/sample_rates.h',
172 'audio/scoped_loop_observer.cc', 172 'audio/scoped_task_runner_observer.cc',
173 'audio/scoped_loop_observer.h', 173 'audio/scoped_task_runner_observer.h',
174 'audio/simple_sources.cc', 174 'audio/simple_sources.cc',
175 'audio/simple_sources.h', 175 'audio/simple_sources.h',
176 'audio/sounds/audio_stream_handler.cc', 176 'audio/sounds/audio_stream_handler.cc',
177 'audio/sounds/audio_stream_handler.h', 177 'audio/sounds/audio_stream_handler.h',
178 'audio/sounds/sounds_manager.cc', 178 'audio/sounds/sounds_manager.cc',
179 'audio/sounds/sounds_manager.h', 179 'audio/sounds/sounds_manager.h',
180 'audio/sounds/wav_audio_handler.cc', 180 'audio/sounds/wav_audio_handler.cc',
181 'audio/sounds/wav_audio_handler.h', 181 'audio/sounds/wav_audio_handler.h',
182 'audio/virtual_audio_input_stream.cc', 182 'audio/virtual_audio_input_stream.cc',
183 'audio/virtual_audio_input_stream.h', 183 'audio/virtual_audio_input_stream.h',
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 ], 1643 ],
1644 }], 1644 }],
1645 ], 1645 ],
1646 }], 1646 }],
1647 ], 1647 ],
1648 }, 1648 },
1649 ], 1649 ],
1650 }], 1650 }],
1651 ], 1651 ],
1652 } 1652 }
OLDNEW
« no previous file with comments | « media/base/bind_to_loop_unittest.cc ('k') | media/tools/player_x11/player_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698