| 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 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1461 # hardware separately on GPU bots. media_unittests includes these too. | 1461 # hardware separately on GPU bots. media_unittests includes these too. |
| 1462 'target_name': 'audio_unittests', | 1462 'target_name': 'audio_unittests', |
| 1463 'type': '<(gtest_target_type)', | 1463 'type': '<(gtest_target_type)', |
| 1464 'dependencies': [ | 1464 'dependencies': [ |
| 1465 'audio_test_config', | 1465 'audio_test_config', |
| 1466 'media_test_support', | 1466 'media_test_support', |
| 1467 '../base/base.gyp:test_support_base', | 1467 '../base/base.gyp:test_support_base', |
| 1468 '../testing/gmock.gyp:gmock', | 1468 '../testing/gmock.gyp:gmock', |
| 1469 '../testing/gtest.gyp:gtest', | 1469 '../testing/gtest.gyp:gtest', |
| 1470 '../ui/gfx/gfx.gyp:gfx_test_support', | 1470 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1471 '../url/url.gyp:url_lib', |
| 1471 ], | 1472 ], |
| 1472 'sources': [ | 1473 'sources': [ |
| 1473 'base/run_all_unittests.cc', | 1474 'base/run_all_unittests.cc', |
| 1474 ], | 1475 ], |
| 1475 }, | 1476 }, |
| 1476 { | 1477 { |
| 1477 # GN versions (it is split apart): //media:test_support, | 1478 # GN versions (it is split apart): //media:test_support, |
| 1478 # //media/base:test_support, and //media/audio:test_support | 1479 # //media/base:test_support, and //media/audio:test_support |
| 1479 'target_name': 'media_test_support', | 1480 'target_name': 'media_test_support', |
| 1480 'type': 'static_library', | 1481 'type': 'static_library', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1953 'dependencies': [ | 1954 'dependencies': [ |
| 1954 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1955 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1955 ], | 1956 ], |
| 1956 }], | 1957 }], |
| 1957 ], | 1958 ], |
| 1958 }, | 1959 }, |
| 1959 ], | 1960 ], |
| 1960 }], | 1961 }], |
| 1961 ], | 1962 ], |
| 1962 } | 1963 } |
| OLD | NEW |