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

Side by Side Diff: media/media.gyp

Issue 285233005: add audio-buffer-size command line flag support to the input audio for all the platforms (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « media/audio/win/audio_manager_win.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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'audio/audio_device_name.cc', 96 'audio/audio_device_name.cc',
97 'audio/audio_device_name.h', 97 'audio/audio_device_name.h',
98 'audio/audio_device_thread.cc', 98 'audio/audio_device_thread.cc',
99 'audio/audio_device_thread.h', 99 'audio/audio_device_thread.h',
100 'audio/audio_input_controller.cc', 100 'audio/audio_input_controller.cc',
101 'audio/audio_input_controller.h', 101 'audio/audio_input_controller.h',
102 'audio/audio_input_device.cc', 102 'audio/audio_input_device.cc',
103 'audio/audio_input_device.h', 103 'audio/audio_input_device.h',
104 'audio/audio_input_ipc.cc', 104 'audio/audio_input_ipc.cc',
105 'audio/audio_input_ipc.h', 105 'audio/audio_input_ipc.h',
106 'audio/audio_input_proxy.cc',
107 'audio/audio_input_proxy.h',
106 'audio/audio_io.h', 108 'audio/audio_io.h',
107 'audio/audio_manager.cc', 109 'audio/audio_manager.cc',
108 'audio/audio_manager.h', 110 'audio/audio_manager.h',
109 'audio/audio_manager_base.cc', 111 'audio/audio_manager_base.cc',
110 'audio/audio_manager_base.h', 112 'audio/audio_manager_base.h',
111 'audio/audio_output_controller.cc', 113 'audio/audio_output_controller.cc',
112 'audio/audio_output_controller.h', 114 'audio/audio_output_controller.h',
113 'audio/audio_output_device.cc', 115 'audio/audio_output_device.cc',
114 'audio/audio_output_device.h', 116 'audio/audio_output_device.h',
115 'audio/audio_output_dispatcher.cc', 117 'audio/audio_output_dispatcher.cc',
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 ], 1740 ],
1739 }], 1741 }],
1740 ], 1742 ],
1741 }], 1743 }],
1742 ], 1744 ],
1743 }, 1745 },
1744 ], 1746 ],
1745 }], 1747 }],
1746 ], 1748 ],
1747 } 1749 }
OLDNEW
« no previous file with comments | « media/audio/win/audio_manager_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698