| 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'dependencies': [ | 527 'dependencies': [ |
| 528 'media', | 528 'media', |
| 529 'media_test_support', | 529 'media_test_support', |
| 530 'yuv_convert', | 530 'yuv_convert', |
| 531 '../base/base.gyp:base', | 531 '../base/base.gyp:base', |
| 532 '../base/base.gyp:base_i18n', | 532 '../base/base.gyp:base_i18n', |
| 533 '../base/base.gyp:test_support_base', | 533 '../base/base.gyp:test_support_base', |
| 534 '../testing/gmock.gyp:gmock', | 534 '../testing/gmock.gyp:gmock', |
| 535 '../testing/gtest.gyp:gtest', | 535 '../testing/gtest.gyp:gtest', |
| 536 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 536 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 537 '../ui/ui.gyp:ui', |
| 537 ], | 538 ], |
| 538 'sources': [ | 539 'sources': [ |
| 539 'audio/audio_input_controller_unittest.cc', | 540 'audio/audio_input_controller_unittest.cc', |
| 540 'audio/audio_input_device_unittest.cc', | 541 'audio/audio_input_device_unittest.cc', |
| 541 'audio/audio_input_unittest.cc', | 542 'audio/audio_input_unittest.cc', |
| 542 'audio/audio_output_controller_unittest.cc', | 543 'audio/audio_output_controller_unittest.cc', |
| 543 'audio/audio_output_proxy_unittest.cc', | 544 'audio/audio_output_proxy_unittest.cc', |
| 544 'audio/audio_parameters_unittest.cc', | 545 'audio/audio_parameters_unittest.cc', |
| 545 'audio/audio_util_unittest.cc', | 546 'audio/audio_util_unittest.cc', |
| 546 'audio/linux/alsa_output_unittest.cc', | 547 'audio/linux/alsa_output_unittest.cc', |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 ['OS=="win"', { | 685 ['OS=="win"', { |
| 685 'targets': [ | 686 'targets': [ |
| 686 { | 687 { |
| 687 'target_name': 'player_wtl', | 688 'target_name': 'player_wtl', |
| 688 'type': 'executable', | 689 'type': 'executable', |
| 689 'dependencies': [ | 690 'dependencies': [ |
| 690 'media', | 691 'media', |
| 691 'yuv_convert', | 692 'yuv_convert', |
| 692 '../base/base.gyp:base', | 693 '../base/base.gyp:base', |
| 693 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 694 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 695 '../ui/ui.gyp:ui', |
| 694 ], | 696 ], |
| 695 'include_dirs': [ | 697 'include_dirs': [ |
| 696 '<(DEPTH)/third_party/wtl/include', | 698 '<(DEPTH)/third_party/wtl/include', |
| 697 ], | 699 ], |
| 698 'sources': [ | 700 'sources': [ |
| 699 'tools/player_wtl/list.h', | 701 'tools/player_wtl/list.h', |
| 700 'tools/player_wtl/mainfrm.h', | 702 'tools/player_wtl/mainfrm.h', |
| 701 'tools/player_wtl/movie.cc', | 703 'tools/player_wtl/movie.cc', |
| 702 'tools/player_wtl/movie.h', | 704 'tools/player_wtl/movie.h', |
| 703 'tools/player_wtl/player_wtl.cc', | 705 'tools/player_wtl/player_wtl.cc', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 'tools/player_x11/gl_video_renderer.h', | 854 'tools/player_x11/gl_video_renderer.h', |
| 853 'tools/player_x11/player_x11.cc', | 855 'tools/player_x11/player_x11.cc', |
| 854 'tools/player_x11/x11_video_renderer.cc', | 856 'tools/player_x11/x11_video_renderer.cc', |
| 855 'tools/player_x11/x11_video_renderer.h', | 857 'tools/player_x11/x11_video_renderer.h', |
| 856 ], | 858 ], |
| 857 }, | 859 }, |
| 858 ], | 860 ], |
| 859 }], | 861 }], |
| 860 ], | 862 ], |
| 861 } | 863 } |
| OLD | NEW |