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

Side by Side Diff: media/media.gyp

Issue 9702019: Adds Analog Gain Control (AGC) to the WebRTC client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 9 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/win/wavein_input_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 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 17 matching lines...) Expand all
28 ], 28 ],
29 'include_dirs': [ 29 'include_dirs': [
30 '..', 30 '..',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'audio/audio_buffers_state.cc', 33 'audio/audio_buffers_state.cc',
34 'audio/audio_buffers_state.h', 34 'audio/audio_buffers_state.h',
35 'audio/audio_io.h', 35 'audio/audio_io.h',
36 'audio/audio_input_controller.cc', 36 'audio/audio_input_controller.cc',
37 'audio/audio_input_controller.h', 37 'audio/audio_input_controller.h',
38 'audio/audio_input_stream_impl.cc',
39 'audio/audio_input_stream_impl.h',
38 'audio/audio_device_name.cc', 40 'audio/audio_device_name.cc',
39 'audio/audio_device_name.h', 41 'audio/audio_device_name.h',
40 'audio/audio_manager.cc', 42 'audio/audio_manager.cc',
41 'audio/audio_manager.h', 43 'audio/audio_manager.h',
42 'audio/audio_manager_base.cc', 44 'audio/audio_manager_base.cc',
43 'audio/audio_manager_base.h', 45 'audio/audio_manager_base.h',
44 'audio/audio_output_controller.cc', 46 'audio/audio_output_controller.cc',
45 'audio/audio_output_controller.h', 47 'audio/audio_output_controller.h',
46 'audio/audio_output_dispatcher.cc', 48 'audio/audio_output_dispatcher.cc',
47 'audio/audio_output_dispatcher.h', 49 'audio/audio_output_dispatcher.h',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 998 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
997 ], 999 ],
998 'sources': [ 1000 'sources': [
999 'tools/media_bench/media_bench.cc', 1001 'tools/media_bench/media_bench.cc',
1000 ], 1002 ],
1001 }, 1003 },
1002 ], 1004 ],
1003 }] 1005 }]
1004 ], 1006 ],
1005 } 1007 }
OLDNEW
« no previous file with comments | « media/audio/win/wavein_input_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698