| 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 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1142 '../testing/perf/perf_test.gyp:perf_test', | 1142 '../testing/perf/perf_test.gyp:perf_test', |
| 1143 '../ui/gfx/gfx.gyp:gfx', | 1143 '../ui/gfx/gfx.gyp:gfx', |
| 1144 '../ui/gfx/gfx.gyp:gfx_geometry', | 1144 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1145 '../ui/gl/gl.gyp:gl', | 1145 '../ui/gl/gl.gyp:gl', |
| 1146 '../ui/ui.gyp:ui', | 1146 '../ui/ui.gyp:ui', |
| 1147 ], | 1147 ], |
| 1148 'sources': [ | 1148 'sources': [ |
| 1149 'base/audio_bus_perftest.cc', | 1149 'base/audio_bus_perftest.cc', |
| 1150 'base/audio_converter_perftest.cc', | 1150 'base/audio_converter_perftest.cc', |
| 1151 'base/demuxer_perftest.cc', | 1151 'base/demuxer_perftest.cc', |
| 1152 'base/run_all_unittests.cc', | 1152 'base/run_all_perftests.cc', |
| 1153 'base/sinc_resampler_perftest.cc', | 1153 'base/sinc_resampler_perftest.cc', |
| 1154 'base/test_data_util.cc', | 1154 'base/test_data_util.cc', |
| 1155 'base/vector_math_perftest.cc', | 1155 'base/vector_math_perftest.cc', |
| 1156 'filters/pipeline_integration_perftest.cc', | 1156 'filters/pipeline_integration_perftest.cc', |
| 1157 'filters/pipeline_integration_test_base.cc', | 1157 'filters/pipeline_integration_test_base.cc', |
| 1158 ], | 1158 ], |
| 1159 'conditions': [ | 1159 'conditions': [ |
| 1160 ['arm_neon==1', { | 1160 ['arm_neon==1', { |
| 1161 'defines': [ | 1161 'defines': [ |
| 1162 'USE_NEON' | 1162 'USE_NEON' |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1649 ], | 1649 ], |
| 1650 }], | 1650 }], |
| 1651 ], | 1651 ], |
| 1652 }], | 1652 }], |
| 1653 ], | 1653 ], |
| 1654 }, | 1654 }, |
| 1655 ], | 1655 ], |
| 1656 }], | 1656 }], |
| 1657 ], | 1657 ], |
| 1658 } | 1658 } |
| OLD | NEW |