Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: media/media.gyp

Issue 242013002: Refactor video capturing code in the render process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again :( Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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',
483 'video/capture/video_capture_device.cc', 482 'video/capture/video_capture_device.cc',
484 'video/capture/video_capture_device.h', 483 'video/capture/video_capture_device.h',
485 'video/capture/video_capture_device_factory.cc', 484 'video/capture/video_capture_device_factory.cc',
486 'video/capture/video_capture_device_factory.h', 485 'video/capture/video_capture_device_factory.h',
487 'video/capture/video_capture_proxy.cc',
488 'video/capture/video_capture_proxy.h',
489 'video/capture/video_capture_types.cc', 486 'video/capture/video_capture_types.cc',
490 'video/capture/video_capture_types.h', 487 'video/capture/video_capture_types.h',
491 'video/capture/win/capability_list_win.cc', 488 'video/capture/win/capability_list_win.cc',
492 'video/capture/win/capability_list_win.h', 489 'video/capture/win/capability_list_win.h',
493 'video/capture/win/filter_base_win.cc', 490 'video/capture/win/filter_base_win.cc',
494 'video/capture/win/filter_base_win.h', 491 'video/capture/win/filter_base_win.h',
495 'video/capture/win/pin_base_win.cc', 492 'video/capture/win/pin_base_win.cc',
496 'video/capture/win/pin_base_win.h', 493 'video/capture/win/pin_base_win.h',
497 'video/capture/win/sink_filter_observer_win.h', 494 'video/capture/win/sink_filter_observer_win.h',
498 'video/capture/win/sink_filter_win.cc', 495 'video/capture/win/sink_filter_win.cc',
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'base/mock_demuxer_host.cc', 1258 'base/mock_demuxer_host.cc',
1262 'base/mock_demuxer_host.h', 1259 'base/mock_demuxer_host.h',
1263 'base/mock_filters.cc', 1260 'base/mock_filters.cc',
1264 'base/mock_filters.h', 1261 'base/mock_filters.h',
1265 'base/test_data_util.cc', 1262 'base/test_data_util.cc',
1266 'base/test_data_util.h', 1263 'base/test_data_util.h',
1267 'base/test_helpers.cc', 1264 'base/test_helpers.cc',
1268 'base/test_helpers.h', 1265 'base/test_helpers.h',
1269 'filters/mock_gpu_video_accelerator_factories.cc', 1266 'filters/mock_gpu_video_accelerator_factories.cc',
1270 'filters/mock_gpu_video_accelerator_factories.h', 1267 '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',
1273 'video/mock_video_decode_accelerator.cc', 1268 'video/mock_video_decode_accelerator.cc',
1274 'video/mock_video_decode_accelerator.h', 1269 'video/mock_video_decode_accelerator.h',
1275 ], 1270 ],
1276 }, 1271 },
1277 { 1272 {
1278 # Minimal target for NaCl and other renderer side media clients which 1273 # Minimal target for NaCl and other renderer side media clients which
1279 # only need to send audio data across the shared memory to the browser 1274 # only need to send audio data across the shared memory to the browser
1280 # process. 1275 # process.
1281 'target_name': 'shared_memory_support', 1276 'target_name': 'shared_memory_support',
1282 'type': '<(component)', 1277 'type': '<(component)',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 ], 1682 ],
1688 }], 1683 }],
1689 ], 1684 ],
1690 }], 1685 }],
1691 ], 1686 ],
1692 }, 1687 },
1693 ], 1688 ],
1694 }], 1689 }],
1695 ], 1690 ],
1696 } 1691 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_video_capture_host.cc ('k') | media/video/capture/mock_video_capture_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698