| 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 'video/capture/mac/avfoundation_glue.mm', | 468 'video/capture/mac/avfoundation_glue.mm', |
| 469 'video/capture/mac/coremedia_glue.h', | 469 'video/capture/mac/coremedia_glue.h', |
| 470 'video/capture/mac/coremedia_glue.mm', | 470 'video/capture/mac/coremedia_glue.mm', |
| 471 'video/capture/mac/platform_video_capturing_mac.h', | 471 'video/capture/mac/platform_video_capturing_mac.h', |
| 472 'video/capture/mac/video_capture_device_avfoundation_mac.h', | 472 'video/capture/mac/video_capture_device_avfoundation_mac.h', |
| 473 'video/capture/mac/video_capture_device_avfoundation_mac.mm', | 473 'video/capture/mac/video_capture_device_avfoundation_mac.mm', |
| 474 'video/capture/mac/video_capture_device_mac.h', | 474 'video/capture/mac/video_capture_device_mac.h', |
| 475 'video/capture/mac/video_capture_device_mac.mm', | 475 'video/capture/mac/video_capture_device_mac.mm', |
| 476 'video/capture/mac/video_capture_device_qtkit_mac.h', | 476 'video/capture/mac/video_capture_device_qtkit_mac.h', |
| 477 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 477 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
| 478 'video/capture/video_capture.h', | |
| 479 'video/capture/video_capture_device.cc', | 478 'video/capture/video_capture_device.cc', |
| 480 'video/capture/video_capture_device.h', | 479 'video/capture/video_capture_device.h', |
| 481 'video/capture/video_capture_proxy.cc', | |
| 482 'video/capture/video_capture_proxy.h', | |
| 483 'video/capture/video_capture_types.cc', | 480 'video/capture/video_capture_types.cc', |
| 484 'video/capture/video_capture_types.h', | 481 'video/capture/video_capture_types.h', |
| 485 'video/capture/win/capability_list_win.cc', | 482 'video/capture/win/capability_list_win.cc', |
| 486 'video/capture/win/capability_list_win.h', | 483 'video/capture/win/capability_list_win.h', |
| 487 'video/capture/win/filter_base_win.cc', | 484 'video/capture/win/filter_base_win.cc', |
| 488 'video/capture/win/filter_base_win.h', | 485 'video/capture/win/filter_base_win.h', |
| 489 'video/capture/win/pin_base_win.cc', | 486 'video/capture/win/pin_base_win.cc', |
| 490 'video/capture/win/pin_base_win.h', | 487 'video/capture/win/pin_base_win.h', |
| 491 'video/capture/win/sink_filter_observer_win.h', | 488 'video/capture/win/sink_filter_observer_win.h', |
| 492 'video/capture/win/sink_filter_win.cc', | 489 'video/capture/win/sink_filter_win.cc', |
| (...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1255 'base/mock_demuxer_host.cc', | 1252 'base/mock_demuxer_host.cc', |
| 1256 'base/mock_demuxer_host.h', | 1253 'base/mock_demuxer_host.h', |
| 1257 'base/mock_filters.cc', | 1254 'base/mock_filters.cc', |
| 1258 'base/mock_filters.h', | 1255 'base/mock_filters.h', |
| 1259 'base/test_data_util.cc', | 1256 'base/test_data_util.cc', |
| 1260 'base/test_data_util.h', | 1257 'base/test_data_util.h', |
| 1261 'base/test_helpers.cc', | 1258 'base/test_helpers.cc', |
| 1262 'base/test_helpers.h', | 1259 'base/test_helpers.h', |
| 1263 'filters/mock_gpu_video_accelerator_factories.cc', | 1260 'filters/mock_gpu_video_accelerator_factories.cc', |
| 1264 'filters/mock_gpu_video_accelerator_factories.h', | 1261 'filters/mock_gpu_video_accelerator_factories.h', |
| 1265 'video/capture/mock_video_capture_event_handler.cc', | |
| 1266 'video/capture/mock_video_capture_event_handler.h', | |
| 1267 'video/mock_video_decode_accelerator.cc', | 1262 'video/mock_video_decode_accelerator.cc', |
| 1268 'video/mock_video_decode_accelerator.h', | 1263 'video/mock_video_decode_accelerator.h', |
| 1269 ], | 1264 ], |
| 1270 }, | 1265 }, |
| 1271 { | 1266 { |
| 1272 # Minimal target for NaCl and other renderer side media clients which | 1267 # Minimal target for NaCl and other renderer side media clients which |
| 1273 # only need to send audio data across the shared memory to the browser | 1268 # only need to send audio data across the shared memory to the browser |
| 1274 # process. | 1269 # process. |
| 1275 'target_name': 'shared_memory_support', | 1270 'target_name': 'shared_memory_support', |
| 1276 'type': '<(component)', | 1271 'type': '<(component)', |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1681 ], | 1676 ], |
| 1682 }], | 1677 }], |
| 1683 ], | 1678 ], |
| 1684 }], | 1679 }], |
| 1685 ], | 1680 ], |
| 1686 }, | 1681 }, |
| 1687 ], | 1682 ], |
| 1688 }], | 1683 }], |
| 1689 ], | 1684 ], |
| 1690 } | 1685 } |
| OLD | NEW |