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

Side by Side Diff: media/media.gyp

Issue 1638008: yuv use a shared table for windows, posix and C... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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/yuv_row_win.cc ('k') | no next file » | 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'base/seekable_buffer.cc', 73 'base/seekable_buffer.cc',
74 'base/seekable_buffer.h', 74 'base/seekable_buffer.h',
75 'base/synchronizer.cc', 75 'base/synchronizer.cc',
76 'base/synchronizer.h', 76 'base/synchronizer.h',
77 'base/video_frame.cc', 77 'base/video_frame.cc',
78 'base/video_frame.h', 78 'base/video_frame.h',
79 'base/yuv_convert.cc', 79 'base/yuv_convert.cc',
80 'base/yuv_convert.h', 80 'base/yuv_convert.h',
81 'base/yuv_row_win.cc', 81 'base/yuv_row_win.cc',
82 'base/yuv_row_posix.cc', 82 'base/yuv_row_posix.cc',
83 'base/yuv_row_table.cc',
83 'base/yuv_row.h', 84 'base/yuv_row.h',
84 'ffmpeg/ffmpeg_common.cc', 85 'ffmpeg/ffmpeg_common.cc',
85 'ffmpeg/ffmpeg_common.h', 86 'ffmpeg/ffmpeg_common.h',
86 'ffmpeg/ffmpeg_util.cc', 87 'ffmpeg/ffmpeg_util.cc',
87 'ffmpeg/ffmpeg_util.h', 88 'ffmpeg/ffmpeg_util.h',
88 'ffmpeg/file_protocol.cc', 89 'ffmpeg/file_protocol.cc',
89 'ffmpeg/file_protocol.h', 90 'ffmpeg/file_protocol.h',
90 'filters/audio_renderer_algorithm_base.cc', 91 'filters/audio_renderer_algorithm_base.cc',
91 'filters/audio_renderer_algorithm_base.h', 92 'filters/audio_renderer_algorithm_base.h',
92 'filters/audio_renderer_algorithm_default.cc', 93 'filters/audio_renderer_algorithm_default.cc',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 ], 439 ],
439 }], 440 }],
440 ], 441 ],
441 } 442 }
442 443
443 # Local Variables: 444 # Local Variables:
444 # tab-width:2 445 # tab-width:2
445 # indent-tabs-mode:nil 446 # indent-tabs-mode:nil
446 # End: 447 # End:
447 # vim: set expandtab tabstop=2 shiftwidth=2: 448 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « media/base/yuv_row_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698