| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 }, | 10 }, |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 ], | 644 ], |
| 645 'sources': [ | 645 'sources': [ |
| 646 'audio/test_audio_input_controller_factory.cc', | 646 'audio/test_audio_input_controller_factory.cc', |
| 647 'audio/test_audio_input_controller_factory.h', | 647 'audio/test_audio_input_controller_factory.h', |
| 648 'base/mock_callback.cc', | 648 'base/mock_callback.cc', |
| 649 'base/mock_callback.h', | 649 'base/mock_callback.h', |
| 650 'base/mock_filter_host.cc', | 650 'base/mock_filter_host.cc', |
| 651 'base/mock_filter_host.h', | 651 'base/mock_filter_host.h', |
| 652 'base/mock_filters.cc', | 652 'base/mock_filters.cc', |
| 653 'base/mock_filters.h', | 653 'base/mock_filters.h', |
| 654 'video/video_mock_objects.cc', | |
| 655 'video/video_mock_objects.h', | |
| 656 ], | 654 ], |
| 657 }, | 655 }, |
| 658 { | 656 { |
| 659 'target_name': 'scaler_bench', | 657 'target_name': 'scaler_bench', |
| 660 'type': 'executable', | 658 'type': 'executable', |
| 661 'dependencies': [ | 659 'dependencies': [ |
| 662 'media', | 660 'media', |
| 663 'yuv_convert', | 661 'yuv_convert', |
| 664 '../base/base.gyp:base', | 662 '../base/base.gyp:base', |
| 665 '../skia/skia.gyp:skia', | 663 '../skia/skia.gyp:skia', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 881 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 884 ], | 882 ], |
| 885 'sources': [ | 883 'sources': [ |
| 886 'tools/media_bench/media_bench.cc', | 884 'tools/media_bench/media_bench.cc', |
| 887 ], | 885 ], |
| 888 }, | 886 }, |
| 889 ], | 887 ], |
| 890 }] | 888 }] |
| 891 ], | 889 ], |
| 892 } | 890 } |
| OLD | NEW |