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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'base/yuv_row_win.cc', | 108 'base/yuv_row_win.cc', |
109 'base/yuv_row_posix.cc', | 109 'base/yuv_row_posix.cc', |
110 'base/yuv_row_table.cc', | 110 'base/yuv_row_table.cc', |
111 'base/yuv_row.h', | 111 'base/yuv_row.h', |
112 'ffmpeg/ffmpeg_common.cc', | 112 'ffmpeg/ffmpeg_common.cc', |
113 'ffmpeg/ffmpeg_common.h', | 113 'ffmpeg/ffmpeg_common.h', |
114 'ffmpeg/ffmpeg_util.cc', | 114 'ffmpeg/ffmpeg_util.cc', |
115 'ffmpeg/ffmpeg_util.h', | 115 'ffmpeg/ffmpeg_util.h', |
116 'ffmpeg/file_protocol.cc', | 116 'ffmpeg/file_protocol.cc', |
117 'ffmpeg/file_protocol.h', | 117 'ffmpeg/file_protocol.h', |
| 118 'filters/audio_file_reader.cc', |
| 119 'filters/audio_file_reader.h', |
118 'filters/audio_renderer_algorithm_base.cc', | 120 'filters/audio_renderer_algorithm_base.cc', |
119 'filters/audio_renderer_algorithm_base.h', | 121 'filters/audio_renderer_algorithm_base.h', |
120 'filters/audio_renderer_algorithm_default.cc', | 122 'filters/audio_renderer_algorithm_default.cc', |
121 'filters/audio_renderer_algorithm_default.h', | 123 'filters/audio_renderer_algorithm_default.h', |
122 'filters/audio_renderer_algorithm_ola.cc', | 124 'filters/audio_renderer_algorithm_ola.cc', |
123 'filters/audio_renderer_algorithm_ola.h', | 125 'filters/audio_renderer_algorithm_ola.h', |
124 'filters/audio_renderer_base.cc', | 126 'filters/audio_renderer_base.cc', |
125 'filters/audio_renderer_base.h', | 127 'filters/audio_renderer_base.h', |
126 'filters/audio_renderer_impl.cc', | 128 'filters/audio_renderer_impl.cc', |
127 'filters/audio_renderer_impl.h', | 129 'filters/audio_renderer_impl.h', |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 ], | 634 ], |
633 }], | 635 }], |
634 ], | 636 ], |
635 } | 637 } |
636 | 638 |
637 # Local Variables: | 639 # Local Variables: |
638 # tab-width:2 | 640 # tab-width:2 |
639 # indent-tabs-mode:nil | 641 # indent-tabs-mode:nil |
640 # End: | 642 # End: |
641 # vim: set expandtab tabstop=2 shiftwidth=2: | 643 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |