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

Side by Side Diff: media/media.gyp

Issue 12082111: Delete AudioOutputMixer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix .gyp Created 7 years, 10 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/audio/audio_util_unittest.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 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'audio/audio_device_name.cc', 60 'audio/audio_device_name.cc',
61 'audio/audio_device_name.h', 61 'audio/audio_device_name.h',
62 'audio/audio_device_thread.cc', 62 'audio/audio_device_thread.cc',
63 'audio/audio_device_thread.h', 63 'audio/audio_device_thread.h',
64 'audio/audio_input_controller.cc', 64 'audio/audio_input_controller.cc',
65 'audio/audio_input_controller.h', 65 'audio/audio_input_controller.h',
66 'audio/audio_input_device.cc', 66 'audio/audio_input_device.cc',
67 'audio/audio_input_device.h', 67 'audio/audio_input_device.h',
68 'audio/audio_input_ipc.cc', 68 'audio/audio_input_ipc.cc',
69 'audio/audio_input_ipc.h', 69 'audio/audio_input_ipc.h',
70 # TODO(dalecurtis): Temporarily disabled while switching pipeline to use
71 # float, http://crbug.com/114700
72 # 'audio/audio_output_mixer.cc',
73 # 'audio/audio_output_mixer.h',
74 'audio/audio_input_stream_impl.cc', 70 'audio/audio_input_stream_impl.cc',
75 'audio/audio_input_stream_impl.h', 71 'audio/audio_input_stream_impl.h',
76 'audio/audio_io.h', 72 'audio/audio_io.h',
77 'audio/audio_manager.cc', 73 'audio/audio_manager.cc',
78 'audio/audio_manager.h', 74 'audio/audio_manager.h',
79 'audio/audio_manager_base.cc', 75 'audio/audio_manager_base.cc',
80 'audio/audio_manager_base.h', 76 'audio/audio_manager_base.h',
81 'audio/audio_output_controller.cc', 77 'audio/audio_output_controller.cc',
82 'audio/audio_output_controller.h', 78 'audio/audio_output_controller.h',
83 'audio/audio_output_device.cc', 79 'audio/audio_output_device.cc',
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 ], 1458 ],
1463 'sources': [ 1459 'sources': [
1464 'video/capture/screen/differ_block_sse2.cc', 1460 'video/capture/screen/differ_block_sse2.cc',
1465 'video/capture/screen/differ_block_sse2.h', 1461 'video/capture/screen/differ_block_sse2.h',
1466 ], 1462 ],
1467 }, # end of target differ_block_sse2 1463 }, # end of target differ_block_sse2
1468 ], 1464 ],
1469 }], 1465 }],
1470 ], 1466 ],
1471 } 1467 }
OLDNEW
« no previous file with comments | « media/audio/audio_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698