| 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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 '../base/base.gyp:base_i18n', | 948 '../base/base.gyp:base_i18n', |
| 949 '../base/base.gyp:test_support_base', | 949 '../base/base.gyp:test_support_base', |
| 950 '../gpu/gpu.gyp:command_buffer_common', | 950 '../gpu/gpu.gyp:command_buffer_common', |
| 951 '../skia/skia.gyp:skia', | 951 '../skia/skia.gyp:skia', |
| 952 '../testing/gmock.gyp:gmock', | 952 '../testing/gmock.gyp:gmock', |
| 953 '../testing/gtest.gyp:gtest', | 953 '../testing/gtest.gyp:gtest', |
| 954 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 954 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 955 '../ui/base/ui_base.gyp:ui_base', | 955 '../ui/base/ui_base.gyp:ui_base', |
| 956 '../ui/gfx/gfx.gyp:gfx', | 956 '../ui/gfx/gfx.gyp:gfx', |
| 957 '../ui/gfx/gfx.gyp:gfx_geometry', | 957 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 958 '../url/url.gyp:url_lib', |
| 958 ], | 959 ], |
| 959 'sources': [ | 960 'sources': [ |
| 960 'audio/android/audio_android_unittest.cc', | 961 'audio/android/audio_android_unittest.cc', |
| 961 'audio/alsa/alsa_output_unittest.cc', | 962 'audio/alsa/alsa_output_unittest.cc', |
| 962 'audio/audio_input_controller_unittest.cc', | 963 'audio/audio_input_controller_unittest.cc', |
| 963 'audio/audio_input_unittest.cc', | 964 'audio/audio_input_unittest.cc', |
| 964 'audio/audio_input_volume_unittest.cc', | 965 'audio/audio_input_volume_unittest.cc', |
| 965 'audio/audio_low_latency_input_output_unittest.cc', | 966 'audio/audio_low_latency_input_output_unittest.cc', |
| 966 'audio/audio_manager_unittest.cc', | 967 'audio/audio_manager_unittest.cc', |
| 967 'audio/audio_output_controller_unittest.cc', | 968 'audio/audio_output_controller_unittest.cc', |
| (...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1730 ], | 1731 ], |
| 1731 }], | 1732 }], |
| 1732 ], | 1733 ], |
| 1733 }], | 1734 }], |
| 1734 ], | 1735 ], |
| 1735 }, | 1736 }, |
| 1736 ], | 1737 ], |
| 1737 }], | 1738 }], |
| 1738 ], | 1739 ], |
| 1739 } | 1740 } |
| OLD | NEW |