| 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 'video/capture/fake_video_capture_device.cc', | 563 'video/capture/fake_video_capture_device.cc', |
| 564 'video/capture/fake_video_capture_device.h', | 564 'video/capture/fake_video_capture_device.h', |
| 565 'video/capture/fake_video_capture_device_factory.cc', | 565 'video/capture/fake_video_capture_device_factory.cc', |
| 566 'video/capture/fake_video_capture_device_factory.h', | 566 'video/capture/fake_video_capture_device_factory.h', |
| 567 'video/capture/file_video_capture_device.cc', | 567 'video/capture/file_video_capture_device.cc', |
| 568 'video/capture/file_video_capture_device.h', | 568 'video/capture/file_video_capture_device.h', |
| 569 'video/capture/file_video_capture_device_factory.cc', | 569 'video/capture/file_video_capture_device_factory.cc', |
| 570 'video/capture/file_video_capture_device_factory.h', | 570 'video/capture/file_video_capture_device_factory.h', |
| 571 'video/capture/linux/video_capture_device_chromeos.cc', | 571 'video/capture/linux/video_capture_device_chromeos.cc', |
| 572 'video/capture/linux/video_capture_device_chromeos.h', | 572 'video/capture/linux/video_capture_device_chromeos.h', |
| 573 'video/capture/linux/v4l2_video_capture_delegate.cc', |
| 574 'video/capture/linux/v4l2_video_capture_delegate.h', |
| 573 'video/capture/linux/video_capture_device_factory_linux.cc', | 575 'video/capture/linux/video_capture_device_factory_linux.cc', |
| 574 'video/capture/linux/video_capture_device_factory_linux.h', | 576 'video/capture/linux/video_capture_device_factory_linux.h', |
| 575 'video/capture/linux/video_capture_device_linux.cc', | 577 'video/capture/linux/video_capture_device_linux.cc', |
| 576 'video/capture/linux/video_capture_device_linux.h', | 578 'video/capture/linux/video_capture_device_linux.h', |
| 579 'video/capture/linux/video_capture_device_chromeos.cc', |
| 580 'video/capture/linux/video_capture_device_chromeos.h', |
| 577 'video/capture/mac/platform_video_capturing_mac.h', | 581 'video/capture/mac/platform_video_capturing_mac.h', |
| 578 'video/capture/mac/video_capture_device_avfoundation_mac.h', | 582 'video/capture/mac/video_capture_device_avfoundation_mac.h', |
| 579 'video/capture/mac/video_capture_device_avfoundation_mac.mm', | 583 'video/capture/mac/video_capture_device_avfoundation_mac.mm', |
| 580 'video/capture/mac/video_capture_device_decklink_mac.h', | 584 'video/capture/mac/video_capture_device_decklink_mac.h', |
| 581 'video/capture/mac/video_capture_device_decklink_mac.mm', | 585 'video/capture/mac/video_capture_device_decklink_mac.mm', |
| 582 'video/capture/mac/video_capture_device_factory_mac.h', | 586 'video/capture/mac/video_capture_device_factory_mac.h', |
| 583 'video/capture/mac/video_capture_device_factory_mac.mm', | 587 'video/capture/mac/video_capture_device_factory_mac.mm', |
| 584 'video/capture/mac/video_capture_device_mac.h', | 588 'video/capture/mac/video_capture_device_mac.h', |
| 585 'video/capture/mac/video_capture_device_mac.mm', | 589 'video/capture/mac/video_capture_device_mac.mm', |
| 586 'video/capture/mac/video_capture_device_qtkit_mac.h', | 590 'video/capture/mac/video_capture_device_qtkit_mac.h', |
| (...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1936 '../build/isolate.gypi', | 1940 '../build/isolate.gypi', |
| 1937 ], | 1941 ], |
| 1938 'sources': [ | 1942 'sources': [ |
| 1939 'media_unittests.isolate', | 1943 'media_unittests.isolate', |
| 1940 ], | 1944 ], |
| 1941 }, | 1945 }, |
| 1942 ], | 1946 ], |
| 1943 }], | 1947 }], |
| 1944 ], | 1948 ], |
| 1945 } | 1949 } |
| OLD | NEW |