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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 'video/capture/win/video_capture_device_mf_win.cc', | 582 'video/capture/win/video_capture_device_mf_win.cc', |
583 'video/capture/win/video_capture_device_mf_win.h', | 583 'video/capture/win/video_capture_device_mf_win.h', |
584 'video/capture/win/video_capture_device_win.cc', | 584 'video/capture/win/video_capture_device_win.cc', |
585 'video/capture/win/video_capture_device_win.h', | 585 'video/capture/win/video_capture_device_win.h', |
586 'video/fake_video_encode_accelerator.cc', | 586 'video/fake_video_encode_accelerator.cc', |
587 'video/fake_video_encode_accelerator.h', | 587 'video/fake_video_encode_accelerator.h', |
588 'video/gpu_memory_buffer_video_frame_pool.cc', | 588 'video/gpu_memory_buffer_video_frame_pool.cc', |
589 'video/gpu_memory_buffer_video_frame_pool.h', | 589 'video/gpu_memory_buffer_video_frame_pool.h', |
590 'video/h264_poc.cc', | 590 'video/h264_poc.cc', |
591 'video/h264_poc.h', | 591 'video/h264_poc.h', |
| 592 'video/jpeg_decode_accelerator.cc', |
| 593 'video/jpeg_decode_accelerator.h', |
592 'video/picture.cc', | 594 'video/picture.cc', |
593 'video/picture.h', | 595 'video/picture.h', |
594 'video/video_decode_accelerator.cc', | 596 'video/video_decode_accelerator.cc', |
595 'video/video_decode_accelerator.h', | 597 'video/video_decode_accelerator.h', |
596 'video/video_encode_accelerator.cc', | 598 'video/video_encode_accelerator.cc', |
597 'video/video_encode_accelerator.h', | 599 'video/video_encode_accelerator.h', |
598 'formats/webm/webm_webvtt_parser.h' | 600 'formats/webm/webm_webvtt_parser.h' |
599 ], | 601 ], |
600 'direct_dependent_settings': { | 602 'direct_dependent_settings': { |
601 'include_dirs': [ | 603 'include_dirs': [ |
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1954 'dependencies': [ | 1956 'dependencies': [ |
1955 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1957 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1956 ], | 1958 ], |
1957 }], | 1959 }], |
1958 ], | 1960 ], |
1959 }, | 1961 }, |
1960 ], | 1962 ], |
1961 }], | 1963 }], |
1962 ], | 1964 ], |
1963 } | 1965 } |
OLD | NEW |