| 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 'video/capture/fake_video_capture_device_factory.h', | 466 'video/capture/fake_video_capture_device_factory.h', |
| 467 'video/capture/fake_video_capture_device_factory.cc', | 467 'video/capture/fake_video_capture_device_factory.cc', |
| 468 'video/capture/file_video_capture_device.cc', | 468 'video/capture/file_video_capture_device.cc', |
| 469 'video/capture/file_video_capture_device.h', | 469 'video/capture/file_video_capture_device.h', |
| 470 'video/capture/file_video_capture_device_factory.h', | 470 'video/capture/file_video_capture_device_factory.h', |
| 471 'video/capture/file_video_capture_device_factory.cc', | 471 'video/capture/file_video_capture_device_factory.cc', |
| 472 'video/capture/linux/video_capture_device_factory_linux.cc', | 472 'video/capture/linux/video_capture_device_factory_linux.cc', |
| 473 'video/capture/linux/video_capture_device_factory_linux.h', | 473 'video/capture/linux/video_capture_device_factory_linux.h', |
| 474 'video/capture/linux/video_capture_device_linux.cc', | 474 'video/capture/linux/video_capture_device_linux.cc', |
| 475 'video/capture/linux/video_capture_device_linux.h', | 475 'video/capture/linux/video_capture_device_linux.h', |
| 476 'video/capture/linux/video_capture_device_chromeos.cc', |
| 477 'video/capture/linux/video_capture_device_chromeos.h', |
| 476 'video/capture/mac/avfoundation_glue.h', | 478 'video/capture/mac/avfoundation_glue.h', |
| 477 'video/capture/mac/avfoundation_glue.mm', | 479 'video/capture/mac/avfoundation_glue.mm', |
| 478 'video/capture/mac/coremedia_glue.h', | 480 'video/capture/mac/coremedia_glue.h', |
| 479 'video/capture/mac/coremedia_glue.mm', | 481 'video/capture/mac/coremedia_glue.mm', |
| 480 'video/capture/mac/platform_video_capturing_mac.h', | 482 'video/capture/mac/platform_video_capturing_mac.h', |
| 481 'video/capture/mac/video_capture_device_avfoundation_mac.h', | 483 'video/capture/mac/video_capture_device_avfoundation_mac.h', |
| 482 'video/capture/mac/video_capture_device_avfoundation_mac.mm', | 484 'video/capture/mac/video_capture_device_avfoundation_mac.mm', |
| 483 'video/capture/mac/video_capture_device_factory_mac.h', | 485 'video/capture/mac/video_capture_device_factory_mac.h', |
| 484 'video/capture/mac/video_capture_device_factory_mac.mm', | 486 'video/capture/mac/video_capture_device_factory_mac.mm', |
| 485 'video/capture/mac/video_capture_device_mac.h', | 487 'video/capture/mac/video_capture_device_mac.h', |
| (...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1726 ], | 1728 ], |
| 1727 }], | 1729 }], |
| 1728 ], | 1730 ], |
| 1729 }], | 1731 }], |
| 1730 ], | 1732 ], |
| 1731 }, | 1733 }, |
| 1732 ], | 1734 ], |
| 1733 }], | 1735 }], |
| 1734 ], | 1736 ], |
| 1735 } | 1737 } |
| OLD | NEW |