| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 'video/capture/fake_video_capture_device.cc', | 384 'video/capture/fake_video_capture_device.cc', |
| 385 'video/capture/fake_video_capture_device.h', | 385 'video/capture/fake_video_capture_device.h', |
| 386 'video/capture/linux/video_capture_device_linux.cc', | 386 'video/capture/linux/video_capture_device_linux.cc', |
| 387 'video/capture/linux/video_capture_device_linux.h', | 387 'video/capture/linux/video_capture_device_linux.h', |
| 388 'video/capture/mac/video_capture_device_mac.h', | 388 'video/capture/mac/video_capture_device_mac.h', |
| 389 'video/capture/mac/video_capture_device_mac.mm', | 389 'video/capture/mac/video_capture_device_mac.mm', |
| 390 'video/capture/mac/video_capture_device_qtkit_mac.h', | 390 'video/capture/mac/video_capture_device_qtkit_mac.h', |
| 391 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 391 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
| 392 | 392 |
| 393 'video/capture/video_capture.h', | 393 'video/capture/video_capture.h', |
| 394 'video/capture/video_capture_device.cc', |
| 394 'video/capture/video_capture_device.h', | 395 'video/capture/video_capture_device.h', |
| 395 'video/capture/video_capture_device_dummy.cc', | 396 'video/capture/video_capture_device_dummy.cc', |
| 396 'video/capture/video_capture_device_dummy.h', | 397 'video/capture/video_capture_device_dummy.h', |
| 397 'video/capture/video_capture_proxy.cc', | 398 'video/capture/video_capture_proxy.cc', |
| 398 'video/capture/video_capture_proxy.h', | 399 'video/capture/video_capture_proxy.h', |
| 399 'video/capture/video_capture_types.h', | 400 'video/capture/video_capture_types.h', |
| 400 'video/capture/win/capability_list_win.cc', | 401 'video/capture/win/capability_list_win.cc', |
| 401 'video/capture/win/capability_list_win.h', | 402 'video/capture/win/capability_list_win.h', |
| 402 'video/capture/win/filter_base_win.cc', | 403 'video/capture/win/filter_base_win.cc', |
| 403 'video/capture/win/filter_base_win.h', | 404 'video/capture/win/filter_base_win.h', |
| (...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1623 'sources': [ | 1624 'sources': [ |
| 1624 'tools/media_bench/media_bench.cc', | 1625 'tools/media_bench/media_bench.cc', |
| 1625 ], | 1626 ], |
| 1626 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1627 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1627 'msvs_disabled_warnings': [ 4267, ], | 1628 'msvs_disabled_warnings': [ 4267, ], |
| 1628 }, | 1629 }, |
| 1629 ], | 1630 ], |
| 1630 }], | 1631 }], |
| 1631 ], | 1632 ], |
| 1632 } | 1633 } |
| OLD | NEW |