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

Side by Side Diff: media/media.gyp

Issue 6722026: Refactor: Move app/gfx/gl ==> ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try removing a dep. Created 9 years, 8 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') | media/tools/player_x11/gl_video_renderer.h » ('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) 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 'player_x11_renderer%': 'x11', 8 'player_x11_renderer%': 'x11',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 }, 566 },
567 ], 567 ],
568 }], 568 }],
569 ['OS!="mac"', { 569 ['OS!="mac"', {
570 'targets': [ 570 'targets': [
571 { 571 {
572 'target_name': 'shader_bench', 572 'target_name': 'shader_bench',
573 'type': 'executable', 573 'type': 'executable',
574 'dependencies': [ 574 'dependencies': [
575 'media', 575 'media',
576 '../app/app.gyp:app_base', 576 '../ui/gfx/gl/gl.gyp:gl',
577 ], 577 ],
578 'sources': [ 578 'sources': [
579 'tools/shader_bench/shader_bench.cc', 579 'tools/shader_bench/shader_bench.cc',
580 'tools/shader_bench/cpu_color_painter.cc', 580 'tools/shader_bench/cpu_color_painter.cc',
581 'tools/shader_bench/cpu_color_painter.h', 581 'tools/shader_bench/cpu_color_painter.h',
582 'tools/shader_bench/gpu_color_painter.cc', 582 'tools/shader_bench/gpu_color_painter.cc',
583 'tools/shader_bench/gpu_color_painter.h', 583 'tools/shader_bench/gpu_color_painter.h',
584 'tools/shader_bench/gpu_color_painter_exp.cc', 584 'tools/shader_bench/gpu_color_painter_exp.cc',
585 'tools/shader_bench/gpu_color_painter_exp.h', 585 'tools/shader_bench/gpu_color_painter_exp.h',
586 'tools/shader_bench/gpu_painter.cc', 586 'tools/shader_bench/gpu_painter.cc',
(...skipping 24 matching lines...) Expand all
611 ], 611 ],
612 }, 612 },
613 ], 613 ],
614 }], 614 }],
615 ['OS == "linux" and target_arch != "arm"', { 615 ['OS == "linux" and target_arch != "arm"', {
616 'targets': [ 616 'targets': [
617 { 617 {
618 'target_name': 'tile_render_bench', 618 'target_name': 'tile_render_bench',
619 'type': 'executable', 619 'type': 'executable',
620 'dependencies': [ 620 'dependencies': [
621 '../app/app.gyp:app_base',
622 '../base/base.gyp:base', 621 '../base/base.gyp:base',
622 '../ui/gfx/gl/gl.gyp:gl',
623 ], 623 ],
624 'libraries': [ 624 'libraries': [
625 '-lGL', 625 '-lGL',
626 '-ldl', 626 '-ldl',
627 ], 627 ],
628 'sources': [ 628 'sources': [
629 'tools/tile_render_bench/tile_render_bench.cc', 629 'tools/tile_render_bench/tile_render_bench.cc',
630 ], 630 ],
631 }, 631 },
632 ], 632 ],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'sources': [ 730 'sources': [
731 'tools/player_x11/gles_video_renderer.cc', 731 'tools/player_x11/gles_video_renderer.cc',
732 'tools/player_x11/gles_video_renderer.h', 732 'tools/player_x11/gles_video_renderer.h',
733 ], 733 ],
734 'defines': [ 734 'defines': [
735 'RENDERER_GLES', 735 'RENDERER_GLES',
736 ], 736 ],
737 }], 737 }],
738 ['player_x11_renderer == "gl"', { 738 ['player_x11_renderer == "gl"', {
739 'dependencies': [ 739 'dependencies': [
740 '../app/app.gyp:app_base', 740 '../ui/gfx/gl/gl.gyp:gl',
741 ], 741 ],
742 'sources': [ 742 'sources': [
743 'tools/player_x11/gl_video_renderer.cc', 743 'tools/player_x11/gl_video_renderer.cc',
744 'tools/player_x11/gl_video_renderer.h', 744 'tools/player_x11/gl_video_renderer.h',
745 ], 745 ],
746 'defines': [ 746 'defines': [
747 'RENDERER_GL', 747 'RENDERER_GL',
748 ], 748 ],
749 }], 749 }],
750 ], 750 ],
751 }, 751 },
752 ], 752 ],
753 }], 753 }],
754 ], 754 ],
755 } 755 }
756 756
757 # Local Variables: 757 # Local Variables:
758 # tab-width:2 758 # tab-width:2
759 # indent-tabs-mode:nil 759 # indent-tabs-mode:nil
760 # End: 760 # End:
761 # vim: set expandtab tabstop=2 shiftwidth=2: 761 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gpu/gpu.gyp ('k') | media/tools/player_x11/gl_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698