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

Side by Side Diff: media/media.gyp

Issue 19111004: Upgrade AudioRendererAlgorithm to use WSOLA, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding MEDIA_EXPORT Created 7 years, 3 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/filters/wsola_internals.cc ('k') | no next file » | 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'filters/stream_parser_factory.cc', 369 'filters/stream_parser_factory.cc',
370 'filters/stream_parser_factory.h', 370 'filters/stream_parser_factory.h',
371 'filters/video_decoder_selector.cc', 371 'filters/video_decoder_selector.cc',
372 'filters/video_decoder_selector.h', 372 'filters/video_decoder_selector.h',
373 'filters/video_frame_stream.cc', 373 'filters/video_frame_stream.cc',
374 'filters/video_frame_stream.h', 374 'filters/video_frame_stream.h',
375 'filters/video_renderer_base.cc', 375 'filters/video_renderer_base.cc',
376 'filters/video_renderer_base.h', 376 'filters/video_renderer_base.h',
377 'filters/vpx_video_decoder.cc', 377 'filters/vpx_video_decoder.cc',
378 'filters/vpx_video_decoder.h', 378 'filters/vpx_video_decoder.h',
379 'filters/wsola_internals.cc',
380 'filters/wsola_internals.h',
381 'midi/midi_manager.h',
DaleCurtis 2013/08/27 23:39:36 I think this is an accidental addition.
turaj 2013/08/28 00:26:07 I rebased it and seems that merge didn't do a corr
379 'midi/midi_manager.cc', 382 'midi/midi_manager.cc',
380 'midi/midi_manager.h', 383 'midi/midi_manager.h',
381 'midi/midi_manager_mac.cc', 384 'midi/midi_manager_mac.cc',
382 'midi/midi_manager_mac.h', 385 'midi/midi_manager_mac.h',
383 'midi/midi_port_info.cc', 386 'midi/midi_port_info.cc',
384 'midi/midi_port_info.h', 387 'midi/midi_port_info.h',
385 'video/capture/android/video_capture_device_android.cc', 388 'video/capture/android/video_capture_device_android.cc',
386 'video/capture/android/video_capture_device_android.h', 389 'video/capture/android/video_capture_device_android.h',
387 'video/capture/fake_video_capture_device.cc', 390 'video/capture/fake_video_capture_device.cc',
388 'video/capture/fake_video_capture_device.h', 391 'video/capture/fake_video_capture_device.h',
(...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 'sources': [ 1677 'sources': [
1675 'tools/media_bench/media_bench.cc', 1678 'tools/media_bench/media_bench.cc',
1676 ], 1679 ],
1677 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1680 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1678 'msvs_disabled_warnings': [ 4267, ], 1681 'msvs_disabled_warnings': [ 4267, ],
1679 }, 1682 },
1680 ], 1683 ],
1681 }], 1684 }],
1682 ], 1685 ],
1683 } 1686 }
OLDNEW
« no previous file with comments | « media/filters/wsola_internals.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698