Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Side by Side Diff: media/media.gyp

Issue 2134006: Added EGL based GLContext.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gpu/gpu.gyp ('k') | third_party/gles2_book/Chapter_8/Simple_VertexShader/Simple_VertexShader.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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:
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | third_party/gles2_book/Chapter_8/Simple_VertexShader/Simple_VertexShader.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698