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

Side by Side Diff: media/media.gyp

Issue 23654035: Rename AudioInputDeviceTest to AudioManagerTest since that is what it tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enumAll
Patch Set: Another friend fix. Created 7 years, 3 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/wavein_input_win.h ('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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 '../base/base.gyp:test_support_base', 837 '../base/base.gyp:test_support_base',
838 '../gpu/gpu.gyp:command_buffer_common', 838 '../gpu/gpu.gyp:command_buffer_common',
839 '../skia/skia.gyp:skia', 839 '../skia/skia.gyp:skia',
840 '../testing/gmock.gyp:gmock', 840 '../testing/gmock.gyp:gmock',
841 '../testing/gtest.gyp:gtest', 841 '../testing/gtest.gyp:gtest',
842 '../ui/ui.gyp:ui', 842 '../ui/ui.gyp:ui',
843 ], 843 ],
844 'sources': [ 844 'sources': [
845 'audio/android/audio_android_unittest.cc', 845 'audio/android/audio_android_unittest.cc',
846 'audio/audio_input_controller_unittest.cc', 846 'audio/audio_input_controller_unittest.cc',
847 'audio/audio_input_device_unittest.cc',
848 'audio/audio_input_unittest.cc', 847 'audio/audio_input_unittest.cc',
849 'audio/audio_input_volume_unittest.cc', 848 'audio/audio_input_volume_unittest.cc',
850 'audio/audio_low_latency_input_output_unittest.cc', 849 'audio/audio_low_latency_input_output_unittest.cc',
850 'audio/audio_manager_unittest.cc',
851 'audio/audio_output_controller_unittest.cc', 851 'audio/audio_output_controller_unittest.cc',
852 'audio/audio_output_device_unittest.cc', 852 'audio/audio_output_device_unittest.cc',
853 'audio/audio_output_proxy_unittest.cc', 853 'audio/audio_output_proxy_unittest.cc',
854 'audio/audio_parameters_unittest.cc', 854 'audio/audio_parameters_unittest.cc',
855 'audio/audio_power_monitor_unittest.cc', 855 'audio/audio_power_monitor_unittest.cc',
856 'audio/fake_audio_consumer_unittest.cc', 856 'audio/fake_audio_consumer_unittest.cc',
857 'audio/linux/alsa_output_unittest.cc', 857 'audio/linux/alsa_output_unittest.cc',
858 'audio/mac/audio_auhal_mac_unittest.cc', 858 'audio/mac/audio_auhal_mac_unittest.cc',
859 'audio/mac/audio_device_listener_mac_unittest.cc', 859 'audio/mac/audio_device_listener_mac_unittest.cc',
860 'audio/mac/audio_low_latency_input_mac_unittest.cc', 860 'audio/mac/audio_low_latency_input_mac_unittest.cc',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 ], 1502 ],
1503 }], 1503 }],
1504 ], 1504 ],
1505 }], 1505 }],
1506 ], 1506 ],
1507 }, 1507 },
1508 ], 1508 ],
1509 }], 1509 }],
1510 ], 1510 ],
1511 } 1511 }
OLDNEW
« no previous file with comments | « media/audio/win/wavein_input_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698