| 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 'video/capture/mac/avfoundation_glue.mm', | 472 'video/capture/mac/avfoundation_glue.mm', |
| 473 'video/capture/mac/coremedia_glue.h', | 473 'video/capture/mac/coremedia_glue.h', |
| 474 'video/capture/mac/coremedia_glue.mm', | 474 'video/capture/mac/coremedia_glue.mm', |
| 475 'video/capture/mac/platform_video_capturing_mac.h', | 475 'video/capture/mac/platform_video_capturing_mac.h', |
| 476 'video/capture/mac/video_capture_device_avfoundation_mac.h', | 476 'video/capture/mac/video_capture_device_avfoundation_mac.h', |
| 477 'video/capture/mac/video_capture_device_avfoundation_mac.mm', | 477 'video/capture/mac/video_capture_device_avfoundation_mac.mm', |
| 478 'video/capture/mac/video_capture_device_mac.h', | 478 'video/capture/mac/video_capture_device_mac.h', |
| 479 'video/capture/mac/video_capture_device_mac.mm', | 479 'video/capture/mac/video_capture_device_mac.mm', |
| 480 'video/capture/mac/video_capture_device_qtkit_mac.h', | 480 'video/capture/mac/video_capture_device_qtkit_mac.h', |
| 481 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 481 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
| 482 'video/capture/video_capture.h', |
| 482 'video/capture/video_capture_device.cc', | 483 'video/capture/video_capture_device.cc', |
| 483 'video/capture/video_capture_device.h', | 484 'video/capture/video_capture_device.h', |
| 484 'video/capture/video_capture_device_factory.cc', | 485 'video/capture/video_capture_device_factory.cc', |
| 485 'video/capture/video_capture_device_factory.h', | 486 'video/capture/video_capture_device_factory.h', |
| 487 'video/capture/video_capture_proxy.cc', |
| 488 'video/capture/video_capture_proxy.h', |
| 486 'video/capture/video_capture_types.cc', | 489 'video/capture/video_capture_types.cc', |
| 487 'video/capture/video_capture_types.h', | 490 'video/capture/video_capture_types.h', |
| 488 'video/capture/win/capability_list_win.cc', | 491 'video/capture/win/capability_list_win.cc', |
| 489 'video/capture/win/capability_list_win.h', | 492 'video/capture/win/capability_list_win.h', |
| 490 'video/capture/win/filter_base_win.cc', | 493 'video/capture/win/filter_base_win.cc', |
| 491 'video/capture/win/filter_base_win.h', | 494 'video/capture/win/filter_base_win.h', |
| 492 'video/capture/win/pin_base_win.cc', | 495 'video/capture/win/pin_base_win.cc', |
| 493 'video/capture/win/pin_base_win.h', | 496 'video/capture/win/pin_base_win.h', |
| 494 'video/capture/win/sink_filter_observer_win.h', | 497 'video/capture/win/sink_filter_observer_win.h', |
| 495 'video/capture/win/sink_filter_win.cc', | 498 'video/capture/win/sink_filter_win.cc', |
| (...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1258 'base/mock_demuxer_host.cc', | 1261 'base/mock_demuxer_host.cc', |
| 1259 'base/mock_demuxer_host.h', | 1262 'base/mock_demuxer_host.h', |
| 1260 'base/mock_filters.cc', | 1263 'base/mock_filters.cc', |
| 1261 'base/mock_filters.h', | 1264 'base/mock_filters.h', |
| 1262 'base/test_data_util.cc', | 1265 'base/test_data_util.cc', |
| 1263 'base/test_data_util.h', | 1266 'base/test_data_util.h', |
| 1264 'base/test_helpers.cc', | 1267 'base/test_helpers.cc', |
| 1265 'base/test_helpers.h', | 1268 'base/test_helpers.h', |
| 1266 'filters/mock_gpu_video_accelerator_factories.cc', | 1269 'filters/mock_gpu_video_accelerator_factories.cc', |
| 1267 'filters/mock_gpu_video_accelerator_factories.h', | 1270 'filters/mock_gpu_video_accelerator_factories.h', |
| 1271 'video/capture/mock_video_capture_event_handler.cc', |
| 1272 'video/capture/mock_video_capture_event_handler.h', |
| 1268 'video/mock_video_decode_accelerator.cc', | 1273 'video/mock_video_decode_accelerator.cc', |
| 1269 'video/mock_video_decode_accelerator.h', | 1274 'video/mock_video_decode_accelerator.h', |
| 1270 ], | 1275 ], |
| 1271 }, | 1276 }, |
| 1272 { | 1277 { |
| 1273 # Minimal target for NaCl and other renderer side media clients which | 1278 # Minimal target for NaCl and other renderer side media clients which |
| 1274 # only need to send audio data across the shared memory to the browser | 1279 # only need to send audio data across the shared memory to the browser |
| 1275 # process. | 1280 # process. |
| 1276 'target_name': 'shared_memory_support', | 1281 'target_name': 'shared_memory_support', |
| 1277 'type': '<(component)', | 1282 'type': '<(component)', |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1682 ], | 1687 ], |
| 1683 }], | 1688 }], |
| 1684 ], | 1689 ], |
| 1685 }], | 1690 }], |
| 1686 ], | 1691 ], |
| 1687 }, | 1692 }, |
| 1688 ], | 1693 ], |
| 1689 }], | 1694 }], |
| 1690 ], | 1695 ], |
| 1691 } | 1696 } |
| OLD | NEW |