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

Side by Side Diff: trunk/src/media/media.gyp

Issue 487543002: Revert 290359 "Remove AudioBuffersState class." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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 | « trunk/src/media/cast/test/utility/audio_utility.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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'audio/alsa/audio_manager_alsa.h', 84 'audio/alsa/audio_manager_alsa.h',
85 'audio/android/audio_manager_android.cc', 85 'audio/android/audio_manager_android.cc',
86 'audio/android/audio_manager_android.h', 86 'audio/android/audio_manager_android.h',
87 'audio/android/audio_record_input.cc', 87 'audio/android/audio_record_input.cc',
88 'audio/android/audio_record_input.h', 88 'audio/android/audio_record_input.h',
89 'audio/android/opensles_input.cc', 89 'audio/android/opensles_input.cc',
90 'audio/android/opensles_input.h', 90 'audio/android/opensles_input.h',
91 'audio/android/opensles_output.cc', 91 'audio/android/opensles_output.cc',
92 'audio/android/opensles_output.h', 92 'audio/android/opensles_output.h',
93 'audio/android/opensles_wrapper.cc', 93 'audio/android/opensles_wrapper.cc',
94 'audio/audio_buffers_state.cc',
95 'audio/audio_buffers_state.h',
94 'audio/audio_device_name.cc', 96 'audio/audio_device_name.cc',
95 'audio/audio_device_name.h', 97 'audio/audio_device_name.h',
96 'audio/audio_device_thread.cc', 98 'audio/audio_device_thread.cc',
97 'audio/audio_device_thread.h', 99 'audio/audio_device_thread.h',
98 'audio/audio_input_controller.cc', 100 'audio/audio_input_controller.cc',
99 'audio/audio_input_controller.h', 101 'audio/audio_input_controller.h',
100 'audio/audio_input_device.cc', 102 'audio/audio_input_device.cc',
101 'audio/audio_input_device.h', 103 'audio/audio_input_device.h',
102 'audio/audio_input_ipc.cc', 104 'audio/audio_input_ipc.cc',
103 'audio/audio_input_ipc.h', 105 'audio/audio_input_ipc.h',
(...skipping 1639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 ], 1745 ],
1744 }], 1746 }],
1745 ], 1747 ],
1746 }], 1748 }],
1747 ], 1749 ],
1748 }, 1750 },
1749 ], 1751 ],
1750 }], 1752 }],
1751 ], 1753 ],
1752 } 1754 }
OLDNEW
« no previous file with comments | « trunk/src/media/cast/test/utility/audio_utility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698