Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Side by Side Diff: media/media.gyp

Issue 128593002: GTTF: Run perf tests serially (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2014 Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/base/run_all_perftests.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
1658 ], 1658 ],
1659 }], 1659 }],
1660 ], 1660 ],
1661 }], 1661 }],
1662 ], 1662 ],
1663 }, 1663 },
1664 ], 1664 ],
1665 }], 1665 }],
1666 ], 1666 ],
1667 } 1667 }
OLDNEW
« no previous file with comments | « media/base/run_all_perftests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698