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 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1408 }, | 1408 }, |
1409 { | 1409 { |
1410 # GN version: //media:media_perftests | 1410 # GN version: //media:media_perftests |
1411 'target_name': 'media_perftests', | 1411 'target_name': 'media_perftests', |
1412 'type': '<(gtest_target_type)', | 1412 'type': '<(gtest_target_type)', |
1413 'dependencies': [ | 1413 'dependencies': [ |
1414 '../base/base.gyp:test_support_base', | 1414 '../base/base.gyp:test_support_base', |
1415 '../testing/gmock.gyp:gmock', | 1415 '../testing/gmock.gyp:gmock', |
1416 '../testing/gtest.gyp:gtest', | 1416 '../testing/gtest.gyp:gtest', |
1417 '../testing/perf/perf_test.gyp:perf_test', | 1417 '../testing/perf/perf_test.gyp:perf_test', |
1418 '../third_party/libyuv/libyuv.gyp:libyuv', | |
1419 '../ui/gfx/gfx.gyp:gfx', | 1418 '../ui/gfx/gfx.gyp:gfx', |
| 1419 '../ui/gfx/gfx.gyp:gfx_test_support', |
1420 '../ui/gfx/gfx.gyp:gfx_geometry', | 1420 '../ui/gfx/gfx.gyp:gfx_geometry', |
1421 '../ui/gfx/gfx.gyp:gfx_test_support', | |
1422 'media', | 1421 'media', |
1423 'media_test_support', | 1422 'media_test_support', |
1424 'shared_memory_support', | 1423 'shared_memory_support', |
1425 ], | 1424 ], |
1426 'sources': [ | 1425 'sources': [ |
1427 'base/audio_bus_perftest.cc', | 1426 'base/audio_bus_perftest.cc', |
1428 'base/audio_converter_perftest.cc', | 1427 'base/audio_converter_perftest.cc', |
1429 'base/demuxer_perftest.cc', | 1428 'base/demuxer_perftest.cc', |
1430 'base/run_all_perftests.cc', | 1429 'base/run_all_perftests.cc', |
1431 'base/sinc_resampler_perftest.cc', | 1430 'base/sinc_resampler_perftest.cc', |
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2055 'dependencies': [ | 2054 'dependencies': [ |
2056 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2055 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2057 ], | 2056 ], |
2058 }], | 2057 }], |
2059 ], | 2058 ], |
2060 }, | 2059 }, |
2061 ], | 2060 ], |
2062 }], | 2061 }], |
2063 ], | 2062 ], |
2064 } | 2063 } |
OLD | NEW |