| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'base/media_switches.h', | 65 'base/media_switches.h', |
| 66 'base/media_win.cc', | 66 'base/media_win.cc', |
| 67 'base/pipeline.h', | 67 'base/pipeline.h', |
| 68 'base/pipeline_impl.cc', | 68 'base/pipeline_impl.cc', |
| 69 'base/pipeline_impl.h', | 69 'base/pipeline_impl.h', |
| 70 'base/pts_heap.h', | 70 'base/pts_heap.h', |
| 71 'base/seekable_buffer.cc', | 71 'base/seekable_buffer.cc', |
| 72 'base/seekable_buffer.h', | 72 'base/seekable_buffer.h', |
| 73 'base/synchronizer.cc', | 73 'base/synchronizer.cc', |
| 74 'base/synchronizer.h', | 74 'base/synchronizer.h', |
| 75 'base/video_frame_impl.cc', | 75 'base/video_frame.cc', |
| 76 'base/video_frame_impl.h', | 76 'base/video_frame.h', |
| 77 'base/yuv_convert.cc', | 77 'base/yuv_convert.cc', |
| 78 'base/yuv_convert.h', | 78 'base/yuv_convert.h', |
| 79 'base/yuv_row_win.cc', | 79 'base/yuv_row_win.cc', |
| 80 'base/yuv_row_mac.cc', | 80 'base/yuv_row_mac.cc', |
| 81 'base/yuv_row_linux.cc', | 81 'base/yuv_row_linux.cc', |
| 82 'base/yuv_row.h', | 82 'base/yuv_row.h', |
| 83 'ffmpeg/ffmpeg_common.cc', | 83 'ffmpeg/ffmpeg_common.cc', |
| 84 'ffmpeg/ffmpeg_common.h', | 84 'ffmpeg/ffmpeg_common.h', |
| 85 'ffmpeg/ffmpeg_util.cc', | 85 'ffmpeg/ffmpeg_util.cc', |
| 86 'ffmpeg/ffmpeg_util.h', | 86 'ffmpeg/ffmpeg_util.h', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'base/mock_ffmpeg.h', | 178 'base/mock_ffmpeg.h', |
| 179 'base/mock_filter_host.h', | 179 'base/mock_filter_host.h', |
| 180 'base/mock_filters.cc', | 180 'base/mock_filters.cc', |
| 181 'base/mock_filters.h', | 181 'base/mock_filters.h', |
| 182 'base/mock_reader.h', | 182 'base/mock_reader.h', |
| 183 'base/mock_task.h', | 183 'base/mock_task.h', |
| 184 'base/pipeline_impl_unittest.cc', | 184 'base/pipeline_impl_unittest.cc', |
| 185 'base/pts_heap_unittest.cc', | 185 'base/pts_heap_unittest.cc', |
| 186 'base/run_all_unittests.cc', | 186 'base/run_all_unittests.cc', |
| 187 'base/seekable_buffer_unittest.cc', | 187 'base/seekable_buffer_unittest.cc', |
| 188 'base/video_frame_impl_unittest.cc', | 188 'base/video_frame_unittest.cc', |
| 189 'base/yuv_convert_unittest.cc', | 189 'base/yuv_convert_unittest.cc', |
| 190 'filters/audio_renderer_algorithm_ola_unittest.cc', | 190 'filters/audio_renderer_algorithm_ola_unittest.cc', |
| 191 'filters/audio_renderer_base_unittest.cc', | 191 'filters/audio_renderer_base_unittest.cc', |
| 192 'filters/bitstream_converter_unittest.cc', | 192 'filters/bitstream_converter_unittest.cc', |
| 193 'filters/decoder_base_unittest.cc', | 193 'filters/decoder_base_unittest.cc', |
| 194 'filters/ffmpeg_demuxer_unittest.cc', | 194 'filters/ffmpeg_demuxer_unittest.cc', |
| 195 'filters/ffmpeg_glue_unittest.cc', | 195 'filters/ffmpeg_glue_unittest.cc', |
| 196 'filters/ffmpeg_video_decode_engine_unittest.cc', | 196 'filters/ffmpeg_video_decode_engine_unittest.cc', |
| 197 'filters/file_data_source_unittest.cc', | 197 'filters/file_data_source_unittest.cc', |
| 198 'filters/video_decoder_impl_unittest.cc', | 198 'filters/video_decoder_impl_unittest.cc', |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 ], | 422 ], |
| 423 }], | 423 }], |
| 424 ], | 424 ], |
| 425 } | 425 } |
| 426 | 426 |
| 427 # Local Variables: | 427 # Local Variables: |
| 428 # tab-width:2 | 428 # tab-width:2 |
| 429 # indent-tabs-mode:nil | 429 # indent-tabs-mode:nil |
| 430 # End: | 430 # End: |
| 431 # vim: set expandtab tabstop=2 shiftwidth=2: | 431 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |