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

Side by Side Diff: media/media.gyp

Issue 9418042: Adding microphone volume support to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: please review Created 8 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
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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 '../base/base.gyp:base', 561 '../base/base.gyp:base',
562 '../base/base.gyp:base_i18n', 562 '../base/base.gyp:base_i18n',
563 '../base/base.gyp:test_support_base', 563 '../base/base.gyp:test_support_base',
564 '../testing/gmock.gyp:gmock', 564 '../testing/gmock.gyp:gmock',
565 '../testing/gtest.gyp:gtest', 565 '../testing/gtest.gyp:gtest',
566 '../ui/ui.gyp:ui', 566 '../ui/ui.gyp:ui',
567 ], 567 ],
568 'sources': [ 568 'sources': [
569 'audio/audio_input_controller_unittest.cc', 569 'audio/audio_input_controller_unittest.cc',
570 'audio/audio_input_device_unittest.cc', 570 'audio/audio_input_device_unittest.cc',
571 'audio/audio_input_volume_unittest.cc',
henrika (OOO until Aug 14) 2012/02/21 14:03:47 wrong order
no longer working on chromium 2012/02/21 18:01:38 Done.
571 'audio/audio_input_unittest.cc', 572 'audio/audio_input_unittest.cc',
572 'audio/audio_low_latency_input_output_unittest.cc', 573 'audio/audio_low_latency_input_output_unittest.cc',
573 'audio/audio_output_controller_unittest.cc', 574 'audio/audio_output_controller_unittest.cc',
574 'audio/audio_output_proxy_unittest.cc', 575 'audio/audio_output_proxy_unittest.cc',
575 'audio/audio_parameters_unittest.cc', 576 'audio/audio_parameters_unittest.cc',
576 'audio/audio_util_unittest.cc', 577 'audio/audio_util_unittest.cc',
577 'audio/linux/alsa_output_unittest.cc', 578 'audio/linux/alsa_output_unittest.cc',
578 'audio/mac/audio_low_latency_input_mac_unittest.cc', 579 'audio/mac/audio_low_latency_input_mac_unittest.cc',
579 'audio/mac/audio_output_mac_unittest.cc', 580 'audio/mac/audio_output_mac_unittest.cc',
580 'audio/simple_sources_unittest.cc', 581 'audio/simple_sources_unittest.cc',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 935 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
935 ], 936 ],
936 'sources': [ 937 'sources': [
937 'tools/media_bench/media_bench.cc', 938 'tools/media_bench/media_bench.cc',
938 ], 939 ],
939 }, 940 },
940 ], 941 ],
941 }] 942 }]
942 ], 943 ],
943 } 944 }
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