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

Side by Side Diff: media/media.gyp

Issue 11468033: Vanquish the remnants of media::MessageLoopFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: constref 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'base/filter_collection.cc', 221 'base/filter_collection.cc',
222 'base/filter_collection.h', 222 'base/filter_collection.h',
223 'base/media.h', 223 'base/media.h',
224 'base/media_log.cc', 224 'base/media_log.cc',
225 'base/media_log.h', 225 'base/media_log.h',
226 'base/media_log_event.h', 226 'base/media_log_event.h',
227 'base/media_posix.cc', 227 'base/media_posix.cc',
228 'base/media_switches.cc', 228 'base/media_switches.cc',
229 'base/media_switches.h', 229 'base/media_switches.h',
230 'base/media_win.cc', 230 'base/media_win.cc',
231 'base/message_loop_factory.cc',
232 'base/message_loop_factory.h',
233 'base/multi_channel_resampler.cc', 231 'base/multi_channel_resampler.cc',
234 'base/multi_channel_resampler.h', 232 'base/multi_channel_resampler.h',
235 'base/pipeline.cc', 233 'base/pipeline.cc',
236 'base/pipeline.h', 234 'base/pipeline.h',
237 'base/pipeline_status.cc', 235 'base/pipeline_status.cc',
238 'base/pipeline_status.h', 236 'base/pipeline_status.h',
239 'base/ranges.cc', 237 'base/ranges.cc',
240 'base/ranges.h', 238 'base/ranges.h',
241 'base/seekable_buffer.cc', 239 'base/seekable_buffer.cc',
242 'base/seekable_buffer.h', 240 'base/seekable_buffer.h',
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 'media', 1365 'media',
1368 ], 1366 ],
1369 'sources': [ 1367 'sources': [
1370 'tools/media_bench/media_bench.cc', 1368 'tools/media_bench/media_bench.cc',
1371 ], 1369 ],
1372 }, 1370 },
1373 ], 1371 ],
1374 }] 1372 }]
1375 ], 1373 ],
1376 } 1374 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698