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 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1149 '../testing/perf/perf_test.gyp:perf_test', | 1149 '../testing/perf/perf_test.gyp:perf_test', |
1150 '../ui/gfx/gfx.gyp:gfx', | 1150 '../ui/gfx/gfx.gyp:gfx', |
1151 '../ui/gfx/gfx.gyp:gfx_geometry', | 1151 '../ui/gfx/gfx.gyp:gfx_geometry', |
1152 '../ui/gl/gl.gyp:gl', | 1152 '../ui/gl/gl.gyp:gl', |
1153 '../ui/ui.gyp:ui', | 1153 '../ui/ui.gyp:ui', |
1154 ], | 1154 ], |
1155 'sources': [ | 1155 'sources': [ |
1156 'base/audio_bus_perftest.cc', | 1156 'base/audio_bus_perftest.cc', |
1157 'base/audio_converter_perftest.cc', | 1157 'base/audio_converter_perftest.cc', |
1158 'base/demuxer_perftest.cc', | 1158 'base/demuxer_perftest.cc', |
1159 'base/run_all_unittests.cc', | 1159 'base/run_all_perftests.cc', |
1160 'base/sinc_resampler_perftest.cc', | 1160 'base/sinc_resampler_perftest.cc', |
1161 'base/test_data_util.cc', | 1161 'base/test_data_util.cc', |
1162 'base/vector_math_perftest.cc', | 1162 'base/vector_math_perftest.cc', |
1163 'filters/pipeline_integration_perftest.cc', | 1163 'filters/pipeline_integration_perftest.cc', |
1164 'filters/pipeline_integration_test_base.cc', | 1164 'filters/pipeline_integration_test_base.cc', |
1165 ], | 1165 ], |
1166 'conditions': [ | 1166 'conditions': [ |
1167 ['arm_neon==1', { | 1167 ['arm_neon==1', { |
1168 'defines': [ | 1168 'defines': [ |
1169 'USE_NEON' | 1169 'USE_NEON' |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1658 ], | 1658 ], |
1659 }], | 1659 }], |
1660 ], | 1660 ], |
1661 }], | 1661 }], |
1662 ], | 1662 ], |
1663 }, | 1663 }, |
1664 ], | 1664 ], |
1665 }], | 1665 }], |
1666 ], | 1666 ], |
1667 } | 1667 } |
OLD | NEW |