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

Side by Side Diff: media/media.gyp

Issue 10024072: Cull unnecessary media::VideoFrame::Formats from the enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: shader_bench builds after having RGBA experimental code ripped out. Created 8 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 | « media/base/video_frame_unittest.cc ('k') | media/tools/shader_bench/cpu_color_painter.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Override to dynamically link the PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'yuv_convert', 823 'yuv_convert',
824 '../base/base.gyp:base', 824 '../base/base.gyp:base',
825 '../ui/gfx/gl/gl.gyp:gl', 825 '../ui/gfx/gl/gl.gyp:gl',
826 ], 826 ],
827 'sources': [ 827 'sources': [
828 'tools/shader_bench/shader_bench.cc', 828 'tools/shader_bench/shader_bench.cc',
829 'tools/shader_bench/cpu_color_painter.cc', 829 'tools/shader_bench/cpu_color_painter.cc',
830 'tools/shader_bench/cpu_color_painter.h', 830 'tools/shader_bench/cpu_color_painter.h',
831 'tools/shader_bench/gpu_color_painter.cc', 831 'tools/shader_bench/gpu_color_painter.cc',
832 'tools/shader_bench/gpu_color_painter.h', 832 'tools/shader_bench/gpu_color_painter.h',
833 'tools/shader_bench/gpu_color_painter_exp.cc',
834 'tools/shader_bench/gpu_color_painter_exp.h',
835 'tools/shader_bench/gpu_painter.cc', 833 'tools/shader_bench/gpu_painter.cc',
836 'tools/shader_bench/gpu_painter.h', 834 'tools/shader_bench/gpu_painter.h',
837 'tools/shader_bench/painter.cc', 835 'tools/shader_bench/painter.cc',
838 'tools/shader_bench/painter.h', 836 'tools/shader_bench/painter.h',
839 'tools/shader_bench/window.cc', 837 'tools/shader_bench/window.cc',
840 'tools/shader_bench/window.h', 838 'tools/shader_bench/window.h',
841 ], 839 ],
842 'conditions': [ 840 'conditions': [
843 ['toolkit_uses_gtk == 1', { 841 ['toolkit_uses_gtk == 1', {
844 'dependencies': [ 842 'dependencies': [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1033 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1036 ], 1034 ],
1037 'sources': [ 1035 'sources': [
1038 'tools/media_bench/media_bench.cc', 1036 'tools/media_bench/media_bench.cc',
1039 ], 1037 ],
1040 }, 1038 },
1041 ], 1039 ],
1042 }] 1040 }]
1043 ], 1041 ],
1044 } 1042 }
OLDNEW
« no previous file with comments | « media/base/video_frame_unittest.cc ('k') | media/tools/shader_bench/cpu_color_painter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698