OLD | NEW |
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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 '../base/base.gyp:base', | 846 '../base/base.gyp:base', |
847 '../base/base.gyp:base_i18n', | 847 '../base/base.gyp:base_i18n', |
848 '../base/base.gyp:test_support_base', | 848 '../base/base.gyp:test_support_base', |
849 '../gpu/gpu.gyp:command_buffer_common', | 849 '../gpu/gpu.gyp:command_buffer_common', |
850 '../skia/skia.gyp:skia', | 850 '../skia/skia.gyp:skia', |
851 '../testing/gmock.gyp:gmock', | 851 '../testing/gmock.gyp:gmock', |
852 '../testing/gtest.gyp:gtest', | 852 '../testing/gtest.gyp:gtest', |
853 '../ui/ui.gyp:ui', | 853 '../ui/ui.gyp:ui', |
854 ], | 854 ], |
855 'sources': [ | 855 'sources': [ |
| 856 'audio/android/audio_android_unittest.cc', |
856 'audio/audio_input_controller_unittest.cc', | 857 'audio/audio_input_controller_unittest.cc', |
857 'audio/audio_input_device_unittest.cc', | 858 'audio/audio_input_device_unittest.cc', |
858 'audio/audio_input_unittest.cc', | 859 'audio/audio_input_unittest.cc', |
859 'audio/audio_input_volume_unittest.cc', | 860 'audio/audio_input_volume_unittest.cc', |
860 'audio/audio_low_latency_input_output_unittest.cc', | 861 'audio/audio_low_latency_input_output_unittest.cc', |
861 'audio/audio_manager_unittest.cc', | 862 'audio/audio_manager_unittest.cc', |
862 'audio/audio_output_controller_unittest.cc', | 863 'audio/audio_output_controller_unittest.cc', |
863 'audio/audio_output_device_unittest.cc', | 864 'audio/audio_output_device_unittest.cc', |
864 'audio/audio_output_proxy_unittest.cc', | 865 'audio/audio_output_proxy_unittest.cc', |
865 'audio/audio_parameters_unittest.cc', | 866 'audio/audio_parameters_unittest.cc', |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1512 ], | 1513 ], |
1513 }], | 1514 }], |
1514 ], | 1515 ], |
1515 }], | 1516 }], |
1516 ], | 1517 ], |
1517 }, | 1518 }, |
1518 ], | 1519 ], |
1519 }], | 1520 }], |
1520 ], | 1521 ], |
1521 } | 1522 } |
OLD | NEW |