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