OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
607 'renderers/video_renderer_impl.cc', | 607 'renderers/video_renderer_impl.cc', |
608 'renderers/video_renderer_impl.h', | 608 'renderers/video_renderer_impl.h', |
609 'video/fake_video_encode_accelerator.cc', | 609 'video/fake_video_encode_accelerator.cc', |
610 'video/fake_video_encode_accelerator.h', | 610 'video/fake_video_encode_accelerator.h', |
611 'video/gpu_memory_buffer_video_frame_copier.cc', | 611 'video/gpu_memory_buffer_video_frame_copier.cc', |
612 'video/gpu_memory_buffer_video_frame_copier.h', | 612 'video/gpu_memory_buffer_video_frame_copier.h', |
613 'video/gpu_memory_buffer_video_frame_pool.cc', | 613 'video/gpu_memory_buffer_video_frame_pool.cc', |
614 'video/gpu_memory_buffer_video_frame_pool.h', | 614 'video/gpu_memory_buffer_video_frame_pool.h', |
615 'video/h264_poc.cc', | 615 'video/h264_poc.cc', |
616 'video/h264_poc.h', | 616 'video/h264_poc.h', |
| 617 'video/hybrid_video_frame_pool.cc', |
| 618 'video/hybrid_video_frame_pool.h', |
617 'video/jpeg_decode_accelerator.cc', | 619 'video/jpeg_decode_accelerator.cc', |
618 'video/jpeg_decode_accelerator.h', | 620 'video/jpeg_decode_accelerator.h', |
619 'video/picture.cc', | 621 'video/picture.cc', |
620 'video/picture.h', | 622 'video/picture.h', |
621 'video/video_decode_accelerator.cc', | 623 'video/video_decode_accelerator.cc', |
622 'video/video_decode_accelerator.h', | 624 'video/video_decode_accelerator.h', |
623 'video/video_encode_accelerator.cc', | 625 'video/video_encode_accelerator.cc', |
624 'video/video_encode_accelerator.h', | 626 'video/video_encode_accelerator.h', |
625 'formats/webm/webm_webvtt_parser.h' | 627 'formats/webm/webm_webvtt_parser.h' |
626 ], | 628 ], |
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2070 'dependencies': [ | 2072 'dependencies': [ |
2071 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2073 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2072 ], | 2074 ], |
2073 }], | 2075 }], |
2074 ], | 2076 ], |
2075 }, | 2077 }, |
2076 ], | 2078 ], |
2077 }], | 2079 }], |
2078 ], | 2080 ], |
2079 } | 2081 } |
OLD | NEW |