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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 'video/capture/win/sink_filter_win.cc', | 556 'video/capture/win/sink_filter_win.cc', |
557 'video/capture/win/sink_filter_win.h', | 557 'video/capture/win/sink_filter_win.h', |
558 'video/capture/win/sink_input_pin_win.cc', | 558 'video/capture/win/sink_input_pin_win.cc', |
559 'video/capture/win/sink_input_pin_win.h', | 559 'video/capture/win/sink_input_pin_win.h', |
560 'video/capture/win/video_capture_device_factory_win.cc', | 560 'video/capture/win/video_capture_device_factory_win.cc', |
561 'video/capture/win/video_capture_device_factory_win.h', | 561 'video/capture/win/video_capture_device_factory_win.h', |
562 'video/capture/win/video_capture_device_mf_win.cc', | 562 'video/capture/win/video_capture_device_mf_win.cc', |
563 'video/capture/win/video_capture_device_mf_win.h', | 563 'video/capture/win/video_capture_device_mf_win.h', |
564 'video/capture/win/video_capture_device_win.cc', | 564 'video/capture/win/video_capture_device_win.cc', |
565 'video/capture/win/video_capture_device_win.h', | 565 'video/capture/win/video_capture_device_win.h', |
| 566 'video/fake_video_encode_accelerator.cc', |
| 567 'video/fake_video_encode_accelerator.h', |
566 'video/h264_poc.cc', | 568 'video/h264_poc.cc', |
567 'video/h264_poc.h', | 569 'video/h264_poc.h', |
568 'video/picture.cc', | 570 'video/picture.cc', |
569 'video/picture.h', | 571 'video/picture.h', |
570 'video/video_decode_accelerator.cc', | 572 'video/video_decode_accelerator.cc', |
571 'video/video_decode_accelerator.h', | 573 'video/video_decode_accelerator.h', |
572 'video/video_encode_accelerator.cc', | 574 'video/video_encode_accelerator.cc', |
573 'video/video_encode_accelerator.h', | 575 'video/video_encode_accelerator.h', |
574 'formats/common/offset_byte_queue.cc', | 576 'formats/common/offset_byte_queue.cc', |
575 'formats/common/offset_byte_queue.h', | 577 'formats/common/offset_byte_queue.h', |
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1891 '../build/isolate.gypi', | 1893 '../build/isolate.gypi', |
1892 ], | 1894 ], |
1893 'sources': [ | 1895 'sources': [ |
1894 'media_unittests.isolate', | 1896 'media_unittests.isolate', |
1895 ], | 1897 ], |
1896 }, | 1898 }, |
1897 ], | 1899 ], |
1898 }], | 1900 }], |
1899 ], | 1901 ], |
1900 } | 1902 } |
OLD | NEW |