OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 188 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
189 ], | 189 ], |
190 'sources': [ | 190 'sources': [ |
191 'bench/bench.cc', | 191 'bench/bench.cc', |
192 ], | 192 ], |
193 }, | 193 }, |
194 ], | 194 ], |
195 'conditions': [ | 195 'conditions': [ |
196 ['OS=="win"', { | 196 ['OS=="win"', { |
197 'targets': [ | 197 'targets': [ |
198 » { | 198 { |
199 » 'target_name': 'media_player', | 199 'target_name': 'media_player', |
200 » 'type': 'executable', | 200 'type': 'executable', |
201 » 'dependencies': [ | 201 'dependencies': [ |
202 » 'media', | 202 'media', |
203 » '../base/base.gyp:base', | 203 '../base/base.gyp:base', |
204 » '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 204 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
205 » ], | 205 ], |
206 » 'include_dirs': [ | 206 'include_dirs': [ |
207 » '../chrome/third_party/wtl/include', | 207 '../chrome/third_party/wtl/include', |
208 » ], | 208 ], |
209 » 'dependencies': [ | 209 'dependencies': [ |
210 » 'media', | 210 'media', |
211 » '../base/base.gyp:base', | 211 '../base/base.gyp:base', |
212 » '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 212 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
213 » ], | 213 ], |
214 » 'sources': [ | 214 'sources': [ |
215 » 'player/player_wtl.rc', | 215 'player/player.cc', |
216 » ], | 216 'player/player_wtl.rc', |
217 » }, | 217 'player/resource.h', |
| 218 'player/stdafx.h', |
| 219 'player/stdafx.cc', |
| 220 ], |
| 221 }, |
218 ], | 222 ], |
219 }], | 223 }], |
220 ], | 224 ], |
221 } | 225 } |
OLD | NEW |