| 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 ['OS=="win"', { | 710 ['OS=="win"', { |
| 711 'targets': [ | 711 'targets': [ |
| 712 { | 712 { |
| 713 'target_name': 'player_wtl', | 713 'target_name': 'player_wtl', |
| 714 'type': 'executable', | 714 'type': 'executable', |
| 715 'dependencies': [ | 715 'dependencies': [ |
| 716 'media', | 716 'media', |
| 717 'yuv_convert', | 717 'yuv_convert', |
| 718 '../base/base.gyp:base', | 718 '../base/base.gyp:base', |
| 719 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 719 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 720 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 720 '../ui/ui.gyp:ui', | 721 '../ui/ui.gyp:ui', |
| 721 ], | 722 ], |
| 722 'include_dirs': [ | 723 'include_dirs': [ |
| 723 '<(DEPTH)/third_party/wtl/include', | 724 '<(DEPTH)/third_party/wtl/include', |
| 724 ], | 725 ], |
| 725 'sources': [ | 726 'sources': [ |
| 726 'tools/player_wtl/list.h', | 727 'tools/player_wtl/list.h', |
| 727 'tools/player_wtl/mainfrm.h', | 728 'tools/player_wtl/mainfrm.h', |
| 728 'tools/player_wtl/movie.cc', | 729 'tools/player_wtl/movie.cc', |
| 729 'tools/player_wtl/movie.h', | 730 'tools/player_wtl/movie.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 901 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 901 ], | 902 ], |
| 902 'sources': [ | 903 'sources': [ |
| 903 'tools/media_bench/media_bench.cc', | 904 'tools/media_bench/media_bench.cc', |
| 904 ], | 905 ], |
| 905 }, | 906 }, |
| 906 ], | 907 ], |
| 907 }] | 908 }] |
| 908 ], | 909 ], |
| 909 } | 910 } |
| OLD | NEW |