| 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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 }, | 849 }, |
| 850 { | 850 { |
| 851 'target_name': 'media_unittests', | 851 'target_name': 'media_unittests', |
| 852 'type': '<(gtest_target_type)', | 852 'type': '<(gtest_target_type)', |
| 853 'dependencies': [ | 853 'dependencies': [ |
| 854 'media', | 854 'media', |
| 855 'media_test_support', | 855 'media_test_support', |
| 856 '../base/base.gyp:base', | 856 '../base/base.gyp:base', |
| 857 '../base/base.gyp:base_i18n', | 857 '../base/base.gyp:base_i18n', |
| 858 '../base/base.gyp:test_support_base', | 858 '../base/base.gyp:test_support_base', |
| 859 '../gpu/gpu.gyp:command_buffer_common', |
| 859 '../skia/skia.gyp:skia', | 860 '../skia/skia.gyp:skia', |
| 860 '../testing/gmock.gyp:gmock', | 861 '../testing/gmock.gyp:gmock', |
| 861 '../testing/gtest.gyp:gtest', | 862 '../testing/gtest.gyp:gtest', |
| 862 '../ui/ui.gyp:ui', | 863 '../ui/ui.gyp:ui', |
| 863 ], | 864 ], |
| 864 'sources': [ | 865 'sources': [ |
| 865 'audio/async_socket_io_handler_unittest.cc', | 866 'audio/async_socket_io_handler_unittest.cc', |
| 866 'audio/audio_input_controller_unittest.cc', | 867 'audio/audio_input_controller_unittest.cc', |
| 867 'audio/audio_input_device_unittest.cc', | 868 'audio/audio_input_device_unittest.cc', |
| 868 'audio/audio_input_unittest.cc', | 869 'audio/audio_input_unittest.cc', |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1615 'sources': [ | 1616 'sources': [ |
| 1616 'tools/media_bench/media_bench.cc', | 1617 'tools/media_bench/media_bench.cc', |
| 1617 ], | 1618 ], |
| 1618 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1619 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1619 'msvs_disabled_warnings': [ 4267, ], | 1620 'msvs_disabled_warnings': [ 4267, ], |
| 1620 }, | 1621 }, |
| 1621 ], | 1622 ], |
| 1622 }], | 1623 }], |
| 1623 ], | 1624 ], |
| 1624 } | 1625 } |
| OLD | NEW |