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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 'video/capture/fake_video_capture_device.cc', | 461 'video/capture/fake_video_capture_device.cc', |
462 'video/capture/fake_video_capture_device.h', | 462 'video/capture/fake_video_capture_device.h', |
463 'video/capture/fake_video_capture_device_factory.h', | 463 'video/capture/fake_video_capture_device_factory.h', |
464 'video/capture/fake_video_capture_device_factory.cc', | 464 'video/capture/fake_video_capture_device_factory.cc', |
465 'video/capture/file_video_capture_device.cc', | 465 'video/capture/file_video_capture_device.cc', |
466 'video/capture/file_video_capture_device.h', | 466 'video/capture/file_video_capture_device.h', |
467 'video/capture/file_video_capture_device_factory.h', | 467 'video/capture/file_video_capture_device_factory.h', |
468 'video/capture/file_video_capture_device_factory.cc', | 468 'video/capture/file_video_capture_device_factory.cc', |
469 'video/capture/linux/video_capture_device_linux.cc', | 469 'video/capture/linux/video_capture_device_linux.cc', |
470 'video/capture/linux/video_capture_device_linux.h', | 470 'video/capture/linux/video_capture_device_linux.h', |
| 471 'video/capture/linux/video_capture_device_chromeos.cc', |
| 472 'video/capture/linux/video_capture_device_chromeos.h', |
471 'video/capture/mac/avfoundation_glue.h', | 473 'video/capture/mac/avfoundation_glue.h', |
472 'video/capture/mac/avfoundation_glue.mm', | 474 'video/capture/mac/avfoundation_glue.mm', |
473 'video/capture/mac/coremedia_glue.h', | 475 'video/capture/mac/coremedia_glue.h', |
474 'video/capture/mac/coremedia_glue.mm', | 476 'video/capture/mac/coremedia_glue.mm', |
475 'video/capture/mac/platform_video_capturing_mac.h', | 477 'video/capture/mac/platform_video_capturing_mac.h', |
476 'video/capture/mac/video_capture_device_avfoundation_mac.h', | 478 'video/capture/mac/video_capture_device_avfoundation_mac.h', |
477 'video/capture/mac/video_capture_device_avfoundation_mac.mm', | 479 'video/capture/mac/video_capture_device_avfoundation_mac.mm', |
478 'video/capture/mac/video_capture_device_mac.h', | 480 'video/capture/mac/video_capture_device_mac.h', |
479 'video/capture/mac/video_capture_device_mac.mm', | 481 'video/capture/mac/video_capture_device_mac.mm', |
480 'video/capture/mac/video_capture_device_qtkit_mac.h', | 482 'video/capture/mac/video_capture_device_qtkit_mac.h', |
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 ], | 1709 ], |
1708 }], | 1710 }], |
1709 ], | 1711 ], |
1710 }], | 1712 }], |
1711 ], | 1713 ], |
1712 }, | 1714 }, |
1713 ], | 1715 ], |
1714 }], | 1716 }], |
1715 ], | 1717 ], |
1716 } | 1718 } |
OLD | NEW |