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