| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_device.h', | 181 'video/capture/video_capture_device.h', |
| 182 'video/capture/video_capture_types.h', | 182 'video/capture/video_capture_types.h', |
| 183 'video/ffmpeg_video_allocator.cc', | 183 'video/ffmpeg_video_allocator.cc', |
| 184 'video/ffmpeg_video_allocator.h', | 184 'video/ffmpeg_video_allocator.h', |
| 185 'video/ffmpeg_video_decode_engine.cc', | 185 'video/ffmpeg_video_decode_engine.cc', |
| 186 'video/ffmpeg_video_decode_engine.h', | 186 'video/ffmpeg_video_decode_engine.h', |
| 187 'video/picture.cc', |
| 188 'video/picture.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 ], |
| 191 'direct_dependent_settings': { | 193 'direct_dependent_settings': { |
| 192 'include_dirs': [ | 194 'include_dirs': [ |
| 193 '..', | 195 '..', |
| 194 ], | 196 ], |
| 195 }, | 197 }, |
| 196 'conditions': [ | 198 'conditions': [ |
| (...skipping 577 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 |