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 }, { # media_use_ffmpeg==0 | 1408 }, { # media_use_ffmpeg==0 |
1409 'sources!': [ | 1409 'sources!': [ |
1410 'base/demuxer_perftest.cc', | 1410 'base/demuxer_perftest.cc', |
1411 'test/pipeline_integration_perftest.cc', | 1411 'test/pipeline_integration_perftest.cc', |
1412 'test/pipeline_integration_test_base.cc', | 1412 'test/pipeline_integration_test_base.cc', |
1413 ], | 1413 ], |
1414 }], | 1414 }], |
1415 ], | 1415 ], |
1416 }, | 1416 }, |
1417 { | 1417 { |
1418 # GN version: //media:test_support | 1418 # GN versions (it is split apart): //media:test_support, |
| 1419 # //media/base:test_support, and //media/audio:test_support |
1419 'target_name': 'media_test_support', | 1420 'target_name': 'media_test_support', |
1420 'type': 'static_library', | 1421 'type': 'static_library', |
1421 'dependencies': [ | 1422 'dependencies': [ |
1422 'media', | 1423 'media', |
1423 'shared_memory_support', | 1424 'shared_memory_support', |
1424 '../base/base.gyp:base', | 1425 '../base/base.gyp:base', |
1425 '../skia/skia.gyp:skia', | 1426 '../skia/skia.gyp:skia', |
1426 '../testing/gmock.gyp:gmock', | 1427 '../testing/gmock.gyp:gmock', |
1427 '../testing/gtest.gyp:gtest', | 1428 '../testing/gtest.gyp:gtest', |
1428 ], | 1429 ], |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1890 '../build/isolate.gypi', | 1891 '../build/isolate.gypi', |
1891 ], | 1892 ], |
1892 'sources': [ | 1893 'sources': [ |
1893 'media_unittests.isolate', | 1894 'media_unittests.isolate', |
1894 ], | 1895 ], |
1895 }, | 1896 }, |
1896 ], | 1897 ], |
1897 }], | 1898 }], |
1898 ], | 1899 ], |
1899 } | 1900 } |
OLD | NEW |