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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 'video/capture/win/video_capture_device_mf_win.cc', | 584 'video/capture/win/video_capture_device_mf_win.cc', |
585 'video/capture/win/video_capture_device_mf_win.h', | 585 'video/capture/win/video_capture_device_mf_win.h', |
586 'video/capture/win/video_capture_device_win.cc', | 586 'video/capture/win/video_capture_device_win.cc', |
587 'video/capture/win/video_capture_device_win.h', | 587 'video/capture/win/video_capture_device_win.h', |
588 'video/fake_video_encode_accelerator.cc', | 588 'video/fake_video_encode_accelerator.cc', |
589 'video/fake_video_encode_accelerator.h', | 589 'video/fake_video_encode_accelerator.h', |
590 'video/h264_poc.cc', | 590 'video/h264_poc.cc', |
591 'video/h264_poc.h', | 591 'video/h264_poc.h', |
592 'video/picture.cc', | 592 'video/picture.cc', |
593 'video/picture.h', | 593 'video/picture.h', |
| 594 'video/jpeg_decode_accelerator.cc', |
| 595 'video/jpeg_decode_accelerator.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': [ |
602 '..', | 604 '..', |
603 ], | 605 ], |
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1952 '../build/isolate.gypi', | 1954 '../build/isolate.gypi', |
1953 ], | 1955 ], |
1954 'sources': [ | 1956 'sources': [ |
1955 'audio_unittests.isolate', | 1957 'audio_unittests.isolate', |
1956 ], | 1958 ], |
1957 }, | 1959 }, |
1958 ], | 1960 ], |
1959 }], | 1961 }], |
1960 ], | 1962 ], |
1961 } | 1963 } |
OLD | NEW |