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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1010 '../base/base.gyp:base_i18n', | 1010 '../base/base.gyp:base_i18n', |
1011 '../base/base.gyp:test_support_base', | 1011 '../base/base.gyp:test_support_base', |
1012 '../gpu/gpu.gyp:command_buffer_common', | 1012 '../gpu/gpu.gyp:command_buffer_common', |
1013 '../skia/skia.gyp:skia', | 1013 '../skia/skia.gyp:skia', |
1014 '../testing/gmock.gyp:gmock', | 1014 '../testing/gmock.gyp:gmock', |
1015 '../testing/gtest.gyp:gtest', | 1015 '../testing/gtest.gyp:gtest', |
1016 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 1016 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
1017 '../ui/base/ui_base.gyp:ui_base', | 1017 '../ui/base/ui_base.gyp:ui_base', |
1018 '../ui/gfx/gfx.gyp:gfx', | 1018 '../ui/gfx/gfx.gyp:gfx', |
1019 '../ui/gfx/gfx.gyp:gfx_geometry', | 1019 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1020 '../ui/gfx/gfx.gyp:gfx_test_support', |
1020 '../url/url.gyp:url_lib', | 1021 '../url/url.gyp:url_lib', |
1021 ], | 1022 ], |
1022 'sources': [ | 1023 'sources': [ |
1023 'audio/android/audio_android_unittest.cc', | 1024 'audio/android/audio_android_unittest.cc', |
1024 'audio/alsa/alsa_output_unittest.cc', | 1025 'audio/alsa/alsa_output_unittest.cc', |
1025 'audio/audio_input_controller_unittest.cc', | 1026 'audio/audio_input_controller_unittest.cc', |
1026 'audio/audio_input_unittest.cc', | 1027 'audio/audio_input_unittest.cc', |
1027 'audio/audio_input_volume_unittest.cc', | 1028 'audio/audio_input_volume_unittest.cc', |
1028 'audio/audio_low_latency_input_output_unittest.cc', | 1029 'audio/audio_low_latency_input_output_unittest.cc', |
1029 'audio/audio_manager_unittest.cc', | 1030 'audio/audio_manager_unittest.cc', |
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1748 ], | 1749 ], |
1749 }], | 1750 }], |
1750 ], | 1751 ], |
1751 }], | 1752 }], |
1752 ], | 1753 ], |
1753 }, | 1754 }, |
1754 ], | 1755 ], |
1755 }], | 1756 }], |
1756 ], | 1757 ], |
1757 } | 1758 } |
OLD | NEW |