| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'filters/null_video_renderer.h', | 171 'filters/null_video_renderer.h', |
| 172 'filters/rtc_video_decoder.cc', | 172 'filters/rtc_video_decoder.cc', |
| 173 'filters/rtc_video_decoder.h', | 173 'filters/rtc_video_decoder.h', |
| 174 'filters/video_renderer_base.cc', | 174 'filters/video_renderer_base.cc', |
| 175 'filters/video_renderer_base.h', | 175 'filters/video_renderer_base.h', |
| 176 'video/capture/fake_video_capture_device.cc', | 176 'video/capture/fake_video_capture_device.cc', |
| 177 'video/capture/fake_video_capture_device.h', | 177 'video/capture/fake_video_capture_device.h', |
| 178 'video/capture/linux/video_capture_device_linux.cc', | 178 'video/capture/linux/video_capture_device_linux.cc', |
| 179 'video/capture/linux/video_capture_device_linux.h', | 179 'video/capture/linux/video_capture_device_linux.h', |
| 180 'video/capture/video_capture.h', | 180 'video/capture/video_capture.h', |
| 181 'video/capture/video_capture_color_conversion.cc', |
| 182 'video/capture/video_capture_color_conversion.h', |
| 181 'video/capture/video_capture_device.h', | 183 'video/capture/video_capture_device.h', |
| 182 'video/capture/video_capture_types.h', | 184 'video/capture/video_capture_types.h', |
| 183 'video/ffmpeg_video_allocator.cc', | 185 'video/ffmpeg_video_allocator.cc', |
| 184 'video/ffmpeg_video_allocator.h', | 186 'video/ffmpeg_video_allocator.h', |
| 185 'video/ffmpeg_video_decode_engine.cc', | 187 'video/ffmpeg_video_decode_engine.cc', |
| 186 'video/ffmpeg_video_decode_engine.h', | 188 'video/ffmpeg_video_decode_engine.h', |
| 187 'video/video_decode_accelerator.cc', | 189 'video/video_decode_accelerator.cc', |
| 188 'video/video_decode_accelerator.h', | 190 'video/video_decode_accelerator.h', |
| 189 'video/video_decode_engine.h', | 191 'video/video_decode_engine.h', |
| 190 ], | 192 ], |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 ], | 776 ], |
| 775 }], | 777 }], |
| 776 ], | 778 ], |
| 777 } | 779 } |
| 778 | 780 |
| 779 # Local Variables: | 781 # Local Variables: |
| 780 # tab-width:2 | 782 # tab-width:2 |
| 781 # indent-tabs-mode:nil | 783 # indent-tabs-mode:nil |
| 782 # End: | 784 # End: |
| 783 # vim: set expandtab tabstop=2 shiftwidth=2: | 785 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |