| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'filters/null_video_renderer.h', | 165 'filters/null_video_renderer.h', |
| 166 'filters/rtc_video_decoder.cc', | 166 'filters/rtc_video_decoder.cc', |
| 167 'filters/rtc_video_decoder.h', | 167 'filters/rtc_video_decoder.h', |
| 168 'filters/video_renderer_base.cc', | 168 'filters/video_renderer_base.cc', |
| 169 'filters/video_renderer_base.h', | 169 'filters/video_renderer_base.h', |
| 170 'video/capture/video_capture.h', | 170 'video/capture/video_capture.h', |
| 171 'video/ffmpeg_video_allocator.cc', | 171 'video/ffmpeg_video_allocator.cc', |
| 172 'video/ffmpeg_video_allocator.h', | 172 'video/ffmpeg_video_allocator.h', |
| 173 'video/ffmpeg_video_decode_engine.cc', | 173 'video/ffmpeg_video_decode_engine.cc', |
| 174 'video/ffmpeg_video_decode_engine.h', | 174 'video/ffmpeg_video_decode_engine.h', |
| 175 'video/picture.cc', |
| 176 'video/picture.h', |
| 175 'video/video_decode_accelerator.cc', | 177 'video/video_decode_accelerator.cc', |
| 176 'video/video_decode_accelerator.h', | 178 'video/video_decode_accelerator.h', |
| 177 'video/video_decode_engine.cc', | 179 'video/video_decode_engine.cc', |
| 178 'video/video_decode_engine.h', | 180 'video/video_decode_engine.h', |
| 179 ], | 181 ], |
| 180 'direct_dependent_settings': { | 182 'direct_dependent_settings': { |
| 181 'include_dirs': [ | 183 'include_dirs': [ |
| 182 '..', | 184 '..', |
| 183 ], | 185 ], |
| 184 }, | 186 }, |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 ], | 762 ], |
| 761 }], | 763 }], |
| 762 ], | 764 ], |
| 763 } | 765 } |
| 764 | 766 |
| 765 # Local Variables: | 767 # Local Variables: |
| 766 # tab-width:2 | 768 # tab-width:2 |
| 767 # indent-tabs-mode:nil | 769 # indent-tabs-mode:nil |
| 768 # End: | 770 # End: |
| 769 # vim: set expandtab tabstop=2 shiftwidth=2: | 771 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |