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

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: Move unused constant into prepreocessor define to fix android build. 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
« no previous file with comments | « media/base/vector_math_unittest.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 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 'media_test_support', 1075 'media_test_support',
1076 'shared_memory_support', 1076 'shared_memory_support',
1077 '../base/base.gyp:test_support_base', 1077 '../base/base.gyp:test_support_base',
1078 '../testing/gmock.gyp:gmock', 1078 '../testing/gmock.gyp:gmock',
1079 '../testing/gtest.gyp:gtest', 1079 '../testing/gtest.gyp:gtest',
1080 '../testing/perf/perf_test.gyp:perf_test', 1080 '../testing/perf/perf_test.gyp:perf_test',
1081 ], 1081 ],
1082 'sources': [ 1082 'sources': [
1083 'base/audio_bus_perftest.cc', 1083 'base/audio_bus_perftest.cc',
1084 'base/audio_converter_perftest.cc', 1084 'base/audio_converter_perftest.cc',
1085 'base/sinc_resampler_perftest.cc',
1085 'base/run_all_unittests.cc', 1086 'base/run_all_unittests.cc',
1087 'base/vector_math_perftest.cc',
1086 ], 1088 ],
1087 }, 1089 },
1088 { 1090 {
1089 'target_name': 'media_test_support', 1091 'target_name': 'media_test_support',
1090 'type': 'static_library', 1092 'type': 'static_library',
1091 'dependencies': [ 1093 'dependencies': [
1092 'media', 1094 'media',
1093 'shared_memory_support', 1095 'shared_memory_support',
1094 '../base/base.gyp:base', 1096 '../base/base.gyp:base',
1095 '../skia/skia.gyp:skia', 1097 '../skia/skia.gyp:skia',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 ], 1550 ],
1549 }], 1551 }],
1550 ], 1552 ],
1551 }], 1553 }],
1552 ], 1554 ],
1553 }, 1555 },
1554 ], 1556 ],
1555 }], 1557 }],
1556 ], 1558 ],
1557 } 1559 }
OLDNEW
« no previous file with comments | « media/base/vector_math_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698