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