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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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: |
OLD | NEW |