| 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 PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
| 9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
| 10 # Override to dynamically link the cras (ChromeOS audio) library. | 10 # Override to dynamically link the cras (ChromeOS audio) library. |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 { | 788 { |
| 789 'target_name': 'media_test_support', | 789 'target_name': 'media_test_support', |
| 790 'type': 'static_library', | 790 'type': 'static_library', |
| 791 'dependencies': [ | 791 'dependencies': [ |
| 792 'media', | 792 'media', |
| 793 '../base/base.gyp:base', | 793 '../base/base.gyp:base', |
| 794 '../testing/gmock.gyp:gmock', | 794 '../testing/gmock.gyp:gmock', |
| 795 '../testing/gtest.gyp:gtest', | 795 '../testing/gtest.gyp:gtest', |
| 796 ], | 796 ], |
| 797 'sources': [ | 797 'sources': [ |
| 798 'audio/mock_audio_manager.cc', |
| 799 'audio/mock_audio_manager.h', |
| 798 'audio/test_audio_input_controller_factory.cc', | 800 'audio/test_audio_input_controller_factory.cc', |
| 799 'audio/test_audio_input_controller_factory.h', | 801 'audio/test_audio_input_controller_factory.h', |
| 800 'base/mock_callback.cc', | 802 'base/mock_callback.cc', |
| 801 'base/mock_callback.h', | 803 'base/mock_callback.h', |
| 802 'base/mock_data_source_host.cc', | 804 'base/mock_data_source_host.cc', |
| 803 'base/mock_data_source_host.h', | 805 'base/mock_data_source_host.h', |
| 804 'base/mock_demuxer_host.cc', | 806 'base/mock_demuxer_host.cc', |
| 805 'base/mock_demuxer_host.h', | 807 'base/mock_demuxer_host.h', |
| 806 'base/mock_filter_host.cc', | 808 'base/mock_filter_host.cc', |
| 807 'base/mock_filter_host.h', | 809 'base/mock_filter_host.h', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 1113 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 1112 ], | 1114 ], |
| 1113 'sources': [ | 1115 'sources': [ |
| 1114 'tools/media_bench/media_bench.cc', | 1116 'tools/media_bench/media_bench.cc', |
| 1115 ], | 1117 ], |
| 1116 }, | 1118 }, |
| 1117 ], | 1119 ], |
| 1118 }] | 1120 }] |
| 1119 ], | 1121 ], |
| 1120 } | 1122 } |
| OLD | NEW |