| 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 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1187 'media_test_support', | 1187 'media_test_support', |
| 1188 'shared_memory_support', | 1188 'shared_memory_support', |
| 1189 ], | 1189 ], |
| 1190 'sources': [ | 1190 'sources': [ |
| 1191 'base/audio_bus_perftest.cc', | 1191 'base/audio_bus_perftest.cc', |
| 1192 'base/audio_converter_perftest.cc', | 1192 'base/audio_converter_perftest.cc', |
| 1193 'base/demuxer_perftest.cc', | 1193 'base/demuxer_perftest.cc', |
| 1194 'base/run_all_perftests.cc', | 1194 'base/run_all_perftests.cc', |
| 1195 'base/sinc_resampler_perftest.cc', | 1195 'base/sinc_resampler_perftest.cc', |
| 1196 'base/vector_math_perftest.cc', | 1196 'base/vector_math_perftest.cc', |
| 1197 'base/yuv_convert_perftest.cc', |
| 1197 'filters/pipeline_integration_perftest.cc', | 1198 'filters/pipeline_integration_perftest.cc', |
| 1198 'filters/pipeline_integration_test_base.cc', | 1199 'filters/pipeline_integration_test_base.cc', |
| 1199 ], | 1200 ], |
| 1200 'conditions': [ | 1201 'conditions': [ |
| 1201 ['arm_neon==1', { | 1202 ['arm_neon==1', { |
| 1202 'defines': [ | 1203 'defines': [ |
| 1203 'USE_NEON' | 1204 'USE_NEON' |
| 1204 ], | 1205 ], |
| 1205 }], | 1206 }], |
| 1206 ['OS=="android"', { | 1207 ['OS=="android"', { |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1681 ], | 1682 ], |
| 1682 }], | 1683 }], |
| 1683 ], | 1684 ], |
| 1684 }], | 1685 }], |
| 1685 ], | 1686 ], |
| 1686 }, | 1687 }, |
| 1687 ], | 1688 ], |
| 1688 }], | 1689 }], |
| 1689 ], | 1690 ], |
| 1690 } | 1691 } |
| OLD | NEW |