| 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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 'video/capture/win/sink_filter_win.cc', | 567 'video/capture/win/sink_filter_win.cc', |
| 568 'video/capture/win/sink_filter_win.h', | 568 'video/capture/win/sink_filter_win.h', |
| 569 'video/capture/win/sink_input_pin_win.cc', | 569 'video/capture/win/sink_input_pin_win.cc', |
| 570 'video/capture/win/sink_input_pin_win.h', | 570 'video/capture/win/sink_input_pin_win.h', |
| 571 'video/capture/win/video_capture_device_factory_win.cc', | 571 'video/capture/win/video_capture_device_factory_win.cc', |
| 572 'video/capture/win/video_capture_device_factory_win.h', | 572 'video/capture/win/video_capture_device_factory_win.h', |
| 573 'video/capture/win/video_capture_device_mf_win.cc', | 573 'video/capture/win/video_capture_device_mf_win.cc', |
| 574 'video/capture/win/video_capture_device_mf_win.h', | 574 'video/capture/win/video_capture_device_mf_win.h', |
| 575 'video/capture/win/video_capture_device_win.cc', | 575 'video/capture/win/video_capture_device_win.cc', |
| 576 'video/capture/win/video_capture_device_win.h', | 576 'video/capture/win/video_capture_device_win.h', |
| 577 'video/fake_video_encode_accelerator.cc', |
| 578 'video/fake_video_encode_accelerator.h', |
| 577 'video/h264_poc.cc', | 579 'video/h264_poc.cc', |
| 578 'video/h264_poc.h', | 580 'video/h264_poc.h', |
| 579 'video/picture.cc', | 581 'video/picture.cc', |
| 580 'video/picture.h', | 582 'video/picture.h', |
| 581 'video/video_decode_accelerator.cc', | 583 'video/video_decode_accelerator.cc', |
| 582 'video/video_decode_accelerator.h', | 584 'video/video_decode_accelerator.h', |
| 583 'video/video_encode_accelerator.cc', | 585 'video/video_encode_accelerator.cc', |
| 584 'video/video_encode_accelerator.h', | 586 'video/video_encode_accelerator.h', |
| 585 'formats/common/offset_byte_queue.cc', | 587 'formats/common/offset_byte_queue.cc', |
| 586 'formats/common/offset_byte_queue.h', | 588 'formats/common/offset_byte_queue.h', |
| (...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1918 '../build/isolate.gypi', | 1920 '../build/isolate.gypi', |
| 1919 ], | 1921 ], |
| 1920 'sources': [ | 1922 'sources': [ |
| 1921 'media_unittests.isolate', | 1923 'media_unittests.isolate', |
| 1922 ], | 1924 ], |
| 1923 }, | 1925 }, |
| 1924 ], | 1926 ], |
| 1925 }], | 1927 }], |
| 1926 ], | 1928 ], |
| 1927 } | 1929 } |
| OLD | NEW |