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

Side by Side Diff: media/media.gyp

Issue 258083003: Re-land: Add perf tests for simd yuv->rgb conversion functions (https://codereview.chromium.org/238… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@m
Patch Set: Fix win64 build. Created 6 years, 7 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
« no previous file with comments | « media/base/yuv_convert_perftest.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 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
1681 ], 1682 ],
1682 }], 1683 }],
1683 ], 1684 ],
1684 }], 1685 }],
1685 ], 1686 ],
1686 }, 1687 },
1687 ], 1688 ],
1688 }], 1689 }],
1689 ], 1690 ],
1690 } 1691 }
OLDNEW
« no previous file with comments | « media/base/yuv_convert_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698