OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 ['OS=="win"', { | 328 ['OS=="win"', { |
329 'targets': [ | 329 'targets': [ |
330 { | 330 { |
331 'target_name': 'player_wtl', | 331 'target_name': 'player_wtl', |
332 'type': 'executable', | 332 'type': 'executable', |
333 'dependencies': [ | 333 'dependencies': [ |
334 'media', | 334 'media', |
335 '../base/base.gyp:base', | 335 '../base/base.gyp:base', |
336 ], | 336 ], |
337 'include_dirs': [ | 337 'include_dirs': [ |
338 '../chrome/third_party/wtl/include', | 338 '<(DEPTH)/third_party/wtl/include', |
339 ], | 339 ], |
340 'sources': [ | 340 'sources': [ |
341 'tools/player_wtl/list.h', | 341 'tools/player_wtl/list.h', |
342 'tools/player_wtl/mainfrm.h', | 342 'tools/player_wtl/mainfrm.h', |
343 'tools/player_wtl/movie.cc', | 343 'tools/player_wtl/movie.cc', |
344 'tools/player_wtl/movie.h', | 344 'tools/player_wtl/movie.h', |
345 'tools/player_wtl/player_wtl.cc', | 345 'tools/player_wtl/player_wtl.cc', |
346 'tools/player_wtl/player_wtl.rc', | 346 'tools/player_wtl/player_wtl.rc', |
347 'tools/player_wtl/props.h', | 347 'tools/player_wtl/props.h', |
348 'tools/player_wtl/seek.h', | 348 'tools/player_wtl/seek.h', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 ], | 422 ], |
423 }], | 423 }], |
424 ], | 424 ], |
425 } | 425 } |
426 | 426 |
427 # Local Variables: | 427 # Local Variables: |
428 # tab-width:2 | 428 # tab-width:2 |
429 # indent-tabs-mode:nil | 429 # indent-tabs-mode:nil |
430 # End: | 430 # End: |
431 # vim: set expandtab tabstop=2 shiftwidth=2: | 431 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |