| 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 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1541 'target_name': 'media_test_support', | 1541 'target_name': 'media_test_support', |
| 1542 'type': 'static_library', | 1542 'type': 'static_library', |
| 1543 'dependencies': [ | 1543 'dependencies': [ |
| 1544 'media', | 1544 'media', |
| 1545 'media_features', | 1545 'media_features', |
| 1546 'shared_memory_support', | 1546 'shared_memory_support', |
| 1547 '../base/base.gyp:base', | 1547 '../base/base.gyp:base', |
| 1548 '../skia/skia.gyp:skia', | 1548 '../skia/skia.gyp:skia', |
| 1549 '../testing/gmock.gyp:gmock', | 1549 '../testing/gmock.gyp:gmock', |
| 1550 '../testing/gtest.gyp:gtest', | 1550 '../testing/gtest.gyp:gtest', |
| 1551 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1551 ], | 1552 ], |
| 1552 'sources': [ | 1553 'sources': [ |
| 1553 'audio/audio_unittest_util.cc', | 1554 'audio/audio_unittest_util.cc', |
| 1554 'audio/audio_unittest_util.h', | 1555 'audio/audio_unittest_util.h', |
| 1555 'audio/mock_audio_manager.cc', | 1556 'audio/mock_audio_manager.cc', |
| 1556 'audio/mock_audio_manager.h', | 1557 'audio/mock_audio_manager.h', |
| 1557 'audio/mock_audio_source_callback.cc', | 1558 'audio/mock_audio_source_callback.cc', |
| 1558 'audio/mock_audio_source_callback.h', | 1559 'audio/mock_audio_source_callback.h', |
| 1559 'audio/test_audio_input_controller_factory.cc', | 1560 'audio/test_audio_input_controller_factory.cc', |
| 1560 'audio/test_audio_input_controller_factory.h', | 1561 'audio/test_audio_input_controller_factory.h', |
| (...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2284 'dependencies': [ | 2285 'dependencies': [ |
| 2285 '../build/linux/system.gyp:libdrm', | 2286 '../build/linux/system.gyp:libdrm', |
| 2286 ] | 2287 ] |
| 2287 }], | 2288 }], |
| 2288 ], | 2289 ], |
| 2289 } | 2290 } |
| 2290 ] | 2291 ] |
| 2291 }], | 2292 }], |
| 2292 ], | 2293 ], |
| 2293 } | 2294 } |
| OLD | NEW |