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

Side by Side Diff: media/media.gyp

Issue 41633002: Port SincResampler's ConvolveBenchmark, as well as VectorMath's benchmarks to media_perftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@portbus
Patch Set: Add vector math port. Created 7 years, 1 month 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
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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'media_test_support', 1074 'media_test_support',
1075 'shared_memory_support', 1075 'shared_memory_support',
1076 '../base/base.gyp:test_support_base', 1076 '../base/base.gyp:test_support_base',
1077 '../testing/gmock.gyp:gmock', 1077 '../testing/gmock.gyp:gmock',
1078 '../testing/gtest.gyp:gtest', 1078 '../testing/gtest.gyp:gtest',
1079 '../testing/perf/perf_test.gyp:perf_test', 1079 '../testing/perf/perf_test.gyp:perf_test',
1080 ], 1080 ],
1081 'sources': [ 1081 'sources': [
1082 'base/audio_bus_perftest.cc', 1082 'base/audio_bus_perftest.cc',
1083 'base/audio_converter_perftest.cc', 1083 'base/audio_converter_perftest.cc',
1084 'base/sinc_resampler_perftest.cc',
1084 'base/run_all_unittests.cc', 1085 'base/run_all_unittests.cc',
1086 'base/vector_math_perftest.cc',
1085 ], 1087 ],
1086 }, 1088 },
1087 { 1089 {
1088 'target_name': 'media_test_support', 1090 'target_name': 'media_test_support',
1089 'type': 'static_library', 1091 'type': 'static_library',
1090 'dependencies': [ 1092 'dependencies': [
1091 'media', 1093 'media',
1092 '../base/base.gyp:base', 1094 '../base/base.gyp:base',
1093 '../skia/skia.gyp:skia', 1095 '../skia/skia.gyp:skia',
1094 '../testing/gmock.gyp:gmock', 1096 '../testing/gmock.gyp:gmock',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 ], 1548 ],
1547 }], 1549 }],
1548 ], 1550 ],
1549 }], 1551 }],
1550 ], 1552 ],
1551 }, 1553 },
1552 ], 1554 ],
1553 }], 1555 }],
1554 ], 1556 ],
1555 } 1557 }
OLDNEW
« media/base/vector_math_perftest.cc ('K') | « media/base/vector_math_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698