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

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: Improved AGC comments Created 8 years, 8 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
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 }, 10 },
(...skipping 15 matching lines...) Expand all
26 ], 26 ],
27 'include_dirs': [ 27 'include_dirs': [
28 '..', 28 '..',
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 'audio/audio_buffers_state.cc', 31 'audio/audio_buffers_state.cc',
32 'audio/audio_buffers_state.h', 32 'audio/audio_buffers_state.h',
33 'audio/audio_io.h', 33 'audio/audio_io.h',
34 'audio/audio_input_controller.cc', 34 'audio/audio_input_controller.cc',
35 'audio/audio_input_controller.h', 35 'audio/audio_input_controller.h',
36 'audio/audio_input_stream_impl.cc',
37 'audio/audio_input_stream_impl.h',
36 'audio/audio_device_name.cc', 38 'audio/audio_device_name.cc',
37 'audio/audio_device_name.h', 39 'audio/audio_device_name.h',
38 'audio/audio_manager.cc', 40 'audio/audio_manager.cc',
39 'audio/audio_manager.h', 41 'audio/audio_manager.h',
40 'audio/audio_manager_base.cc', 42 'audio/audio_manager_base.cc',
41 'audio/audio_manager_base.h', 43 'audio/audio_manager_base.h',
42 'audio/audio_output_controller.cc', 44 'audio/audio_output_controller.cc',
43 'audio/audio_output_controller.h', 45 'audio/audio_output_controller.h',
44 'audio/audio_output_dispatcher.cc', 46 'audio/audio_output_dispatcher.cc',
45 'audio/audio_output_dispatcher.h', 47 'audio/audio_output_dispatcher.h',
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 950 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
949 ], 951 ],
950 'sources': [ 952 'sources': [
951 'tools/media_bench/media_bench.cc', 953 'tools/media_bench/media_bench.cc',
952 ], 954 ],
953 }, 955 },
954 ], 956 ],
955 }] 957 }]
956 ], 958 ],
957 } 959 }
OLDNEW
« media/audio/win/wavein_input_win.cc ('K') | « 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