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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 'video/capture/win/sink_filter_win.cc', | 554 'video/capture/win/sink_filter_win.cc', |
555 'video/capture/win/sink_filter_win.h', | 555 'video/capture/win/sink_filter_win.h', |
556 'video/capture/win/sink_input_pin_win.cc', | 556 'video/capture/win/sink_input_pin_win.cc', |
557 'video/capture/win/sink_input_pin_win.h', | 557 'video/capture/win/sink_input_pin_win.h', |
558 'video/capture/win/video_capture_device_factory_win.cc', | 558 'video/capture/win/video_capture_device_factory_win.cc', |
559 'video/capture/win/video_capture_device_factory_win.h', | 559 'video/capture/win/video_capture_device_factory_win.h', |
560 'video/capture/win/video_capture_device_mf_win.cc', | 560 'video/capture/win/video_capture_device_mf_win.cc', |
561 'video/capture/win/video_capture_device_mf_win.h', | 561 'video/capture/win/video_capture_device_mf_win.h', |
562 'video/capture/win/video_capture_device_win.cc', | 562 'video/capture/win/video_capture_device_win.cc', |
563 'video/capture/win/video_capture_device_win.h', | 563 'video/capture/win/video_capture_device_win.h', |
| 564 'video/fake_video_encode_accelerator.cc', |
| 565 'video/fake_video_encode_accelerator.h', |
564 'video/h264_poc.cc', | 566 'video/h264_poc.cc', |
565 'video/h264_poc.h', | 567 'video/h264_poc.h', |
566 'video/picture.cc', | 568 'video/picture.cc', |
567 'video/picture.h', | 569 'video/picture.h', |
568 'video/video_decode_accelerator.cc', | 570 'video/video_decode_accelerator.cc', |
569 'video/video_decode_accelerator.h', | 571 'video/video_decode_accelerator.h', |
570 'video/video_encode_accelerator.cc', | 572 'video/video_encode_accelerator.cc', |
571 'video/video_encode_accelerator.h', | 573 'video/video_encode_accelerator.h', |
572 'formats/common/offset_byte_queue.cc', | 574 'formats/common/offset_byte_queue.cc', |
573 'formats/common/offset_byte_queue.h', | 575 'formats/common/offset_byte_queue.h', |
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1905 '../build/isolate.gypi', | 1907 '../build/isolate.gypi', |
1906 ], | 1908 ], |
1907 'sources': [ | 1909 'sources': [ |
1908 'media_unittests.isolate', | 1910 'media_unittests.isolate', |
1909 ], | 1911 ], |
1910 }, | 1912 }, |
1911 ], | 1913 ], |
1912 }], | 1914 }], |
1913 ], | 1915 ], |
1914 } | 1916 } |
OLD | NEW |