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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 'video/capture/win/video_capture_device_mf_win.cc', | 589 'video/capture/win/video_capture_device_mf_win.cc', |
590 'video/capture/win/video_capture_device_mf_win.h', | 590 'video/capture/win/video_capture_device_mf_win.h', |
591 'video/capture/win/video_capture_device_win.cc', | 591 'video/capture/win/video_capture_device_win.cc', |
592 'video/capture/win/video_capture_device_win.h', | 592 'video/capture/win/video_capture_device_win.h', |
593 'video/fake_video_encode_accelerator.cc', | 593 'video/fake_video_encode_accelerator.cc', |
594 'video/fake_video_encode_accelerator.h', | 594 'video/fake_video_encode_accelerator.h', |
595 'video/gpu_memory_buffer_video_frame_pool.cc', | 595 'video/gpu_memory_buffer_video_frame_pool.cc', |
596 'video/gpu_memory_buffer_video_frame_pool.h', | 596 'video/gpu_memory_buffer_video_frame_pool.h', |
597 'video/h264_poc.cc', | 597 'video/h264_poc.cc', |
598 'video/h264_poc.h', | 598 'video/h264_poc.h', |
| 599 'video/jpeg_decode_accelerator.cc', |
| 600 'video/jpeg_decode_accelerator.h', |
599 'video/picture.cc', | 601 'video/picture.cc', |
600 'video/picture.h', | 602 'video/picture.h', |
601 'video/video_decode_accelerator.cc', | 603 'video/video_decode_accelerator.cc', |
602 'video/video_decode_accelerator.h', | 604 'video/video_decode_accelerator.h', |
603 'video/video_encode_accelerator.cc', | 605 'video/video_encode_accelerator.cc', |
604 'video/video_encode_accelerator.h', | 606 'video/video_encode_accelerator.h', |
605 'formats/webm/webm_webvtt_parser.h' | 607 'formats/webm/webm_webvtt_parser.h' |
606 ], | 608 ], |
607 'direct_dependent_settings': { | 609 'direct_dependent_settings': { |
608 'include_dirs': [ | 610 'include_dirs': [ |
(...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1971 'dependencies': [ | 1973 'dependencies': [ |
1972 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1973 ], | 1975 ], |
1974 }], | 1976 }], |
1975 ], | 1977 ], |
1976 }, | 1978 }, |
1977 ], | 1979 ], |
1978 }], | 1980 }], |
1979 ], | 1981 ], |
1980 } | 1982 } |
OLD | NEW |