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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 'sources': [ | 428 'sources': [ |
429 'tools/player_x11/gles_video_renderer.cc', | 429 'tools/player_x11/gles_video_renderer.cc', |
430 'tools/player_x11/gles_video_renderer.h', | 430 'tools/player_x11/gles_video_renderer.h', |
431 ], | 431 ], |
432 'defines': [ | 432 'defines': [ |
433 'RENDERER_GLES', | 433 'RENDERER_GLES', |
434 ], | 434 ], |
435 }], | 435 }], |
436 ['player_x11_renderer == "gl"', { | 436 ['player_x11_renderer == "gl"', { |
437 'dependencies': [ | 437 'dependencies': [ |
438 '../gpu/gpu.gyp:gl_libs', | 438 '../app/app.gyp:app_base', |
439 ], | 439 ], |
440 'sources': [ | 440 'sources': [ |
441 'tools/player_x11/gl_video_renderer.cc', | 441 'tools/player_x11/gl_video_renderer.cc', |
442 'tools/player_x11/gl_video_renderer.h', | 442 'tools/player_x11/gl_video_renderer.h', |
443 ], | 443 ], |
444 'defines': [ | 444 'defines': [ |
445 'RENDERER_GL', | 445 'RENDERER_GL', |
446 ], | 446 ], |
447 }], | 447 }], |
448 ], | 448 ], |
449 }, | 449 }, |
450 ], | 450 ], |
451 }], | 451 }], |
452 ], | 452 ], |
453 } | 453 } |
454 | 454 |
455 # Local Variables: | 455 # Local Variables: |
456 # tab-width:2 | 456 # tab-width:2 |
457 # indent-tabs-mode:nil | 457 # indent-tabs-mode:nil |
458 # End: | 458 # End: |
459 # vim: set expandtab tabstop=2 shiftwidth=2: | 459 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |