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

Side by Side Diff: media/media.gyp

Issue 13983010: Use webrtc::DesktopCapturer for screen capturer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | media/video/capture/screen/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'video/capture/linux/video_capture_device_linux.cc', 361 'video/capture/linux/video_capture_device_linux.cc',
362 'video/capture/linux/video_capture_device_linux.h', 362 'video/capture/linux/video_capture_device_linux.h',
363 'video/capture/mac/video_capture_device_mac.h', 363 'video/capture/mac/video_capture_device_mac.h',
364 'video/capture/mac/video_capture_device_mac.mm', 364 'video/capture/mac/video_capture_device_mac.mm',
365 'video/capture/mac/video_capture_device_qtkit_mac.h', 365 'video/capture/mac/video_capture_device_qtkit_mac.h',
366 'video/capture/mac/video_capture_device_qtkit_mac.mm', 366 'video/capture/mac/video_capture_device_qtkit_mac.mm',
367 'video/capture/screen/differ.cc', 367 'video/capture/screen/differ.cc',
368 'video/capture/screen/differ.h', 368 'video/capture/screen/differ.h',
369 'video/capture/screen/differ_block.cc', 369 'video/capture/screen/differ_block.cc',
370 'video/capture/screen/differ_block.h', 370 'video/capture/screen/differ_block.h',
371 'video/capture/screen/x11/x_server_pixel_buffer.cc', 371 'video/capture/screen/mac/desktop_configuration.h',
372 'video/capture/screen/x11/x_server_pixel_buffer.h',
373 'video/capture/screen/mac/desktop_configuration.mm', 372 'video/capture/screen/mac/desktop_configuration.mm',
374 'video/capture/screen/mac/desktop_configuration.h',
375 'video/capture/screen/mac/scoped_pixel_buffer_object.cc', 373 'video/capture/screen/mac/scoped_pixel_buffer_object.cc',
376 'video/capture/screen/mac/scoped_pixel_buffer_object.h', 374 'video/capture/screen/mac/scoped_pixel_buffer_object.h',
377 'video/capture/screen/mouse_cursor_shape.cc',
378 'video/capture/screen/mouse_cursor_shape.h', 375 'video/capture/screen/mouse_cursor_shape.h',
379 'video/capture/screen/screen_capture_data.cc',
380 'video/capture/screen/screen_capture_data.h',
381 'video/capture/screen/screen_capture_device.cc', 376 'video/capture/screen/screen_capture_device.cc',
382 'video/capture/screen/screen_capture_device.h', 377 'video/capture/screen/screen_capture_device.h',
383 'video/capture/screen/screen_capture_frame.cc',
384 'video/capture/screen/screen_capture_frame.h',
385 'video/capture/screen/screen_capture_frame_queue.cc', 378 'video/capture/screen/screen_capture_frame_queue.cc',
386 'video/capture/screen/screen_capture_frame_queue.h', 379 'video/capture/screen/screen_capture_frame_queue.h',
387 'video/capture/screen/screen_capturer.h', 380 'video/capture/screen/screen_capturer.h',
388 'video/capture/screen/screen_capturer_fake.cc', 381 'video/capture/screen/screen_capturer_fake.cc',
389 'video/capture/screen/screen_capturer_fake.h', 382 'video/capture/screen/screen_capturer_fake.h',
390 'video/capture/screen/screen_capturer_helper.cc', 383 'video/capture/screen/screen_capturer_helper.cc',
391 'video/capture/screen/screen_capturer_helper.h', 384 'video/capture/screen/screen_capturer_helper.h',
392 'video/capture/screen/screen_capturer_x11.cc',
393 'video/capture/screen/screen_capturer_mac.mm', 385 'video/capture/screen/screen_capturer_mac.mm',
394 'video/capture/screen/screen_capturer_null.cc', 386 'video/capture/screen/screen_capturer_null.cc',
395 'video/capture/screen/screen_capturer_win.cc', 387 'video/capture/screen/screen_capturer_win.cc',
396 'video/capture/screen/shared_buffer.cc', 388 'video/capture/screen/screen_capturer_x11.cc',
397 'video/capture/screen/shared_buffer.h', 389 'video/capture/screen/shared_desktop_frame.cc',
390 'video/capture/screen/shared_desktop_frame.h',
398 'video/capture/screen/win/desktop.cc', 391 'video/capture/screen/win/desktop.cc',
399 'video/capture/screen/win/desktop.h', 392 'video/capture/screen/win/desktop.h',
400 'video/capture/screen/win/scoped_thread_desktop.cc', 393 'video/capture/screen/win/scoped_thread_desktop.cc',
401 'video/capture/screen/win/scoped_thread_desktop.h', 394 'video/capture/screen/win/scoped_thread_desktop.h',
395 'video/capture/screen/x11/x_server_pixel_buffer.cc',
396 'video/capture/screen/x11/x_server_pixel_buffer.h',
402 'video/capture/video_capture.h', 397 'video/capture/video_capture.h',
403 'video/capture/video_capture_device.h', 398 'video/capture/video_capture_device.h',
404 'video/capture/video_capture_device_dummy.cc', 399 'video/capture/video_capture_device_dummy.cc',
405 'video/capture/video_capture_device_dummy.h', 400 'video/capture/video_capture_device_dummy.h',
406 'video/capture/video_capture_proxy.cc', 401 'video/capture/video_capture_proxy.cc',
407 'video/capture/video_capture_proxy.h', 402 'video/capture/video_capture_proxy.h',
408 'video/capture/video_capture_types.h', 403 'video/capture/video_capture_types.h',
409 'video/capture/win/capability_list_win.cc', 404 'video/capture/win/capability_list_win.cc',
410 'video/capture/win/capability_list_win.h', 405 'video/capture/win/capability_list_win.h',
411 'video/capture/win/filter_base_win.cc', 406 'video/capture/win/filter_base_win.cc',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 'mp4/es_descriptor.cc', 835 'mp4/es_descriptor.cc',
841 'mp4/es_descriptor.h', 836 'mp4/es_descriptor.h',
842 'mp4/mp4_stream_parser.cc', 837 'mp4/mp4_stream_parser.cc',
843 'mp4/mp4_stream_parser.h', 838 'mp4/mp4_stream_parser.h',
844 'mp4/offset_byte_queue.cc', 839 'mp4/offset_byte_queue.cc',
845 'mp4/offset_byte_queue.h', 840 'mp4/offset_byte_queue.h',
846 'mp4/track_run_iterator.cc', 841 'mp4/track_run_iterator.cc',
847 'mp4/track_run_iterator.h', 842 'mp4/track_run_iterator.h',
848 ], 843 ],
849 }], 844 }],
850 [ 'screen_capture_supported==0', { 845 [ 'screen_capture_supported==1', {
846 'dependencies': [
847 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
848 ],
849 }, {
851 'sources/': [ 850 'sources/': [
852 ['exclude', '^video/capture/screen/'], 851 ['exclude', '^video/capture/screen/'],
853 ], 852 ],
854 }], 853 }],
855 [ 'screen_capture_supported==1 and (target_arch=="ia32" or target_arch== "x64")', { 854 [ 'screen_capture_supported==1 and (target_arch=="ia32" or target_arch== "x64")', {
856 'dependencies': [ 855 'dependencies': [
857 'differ_block_sse2', 856 'differ_block_sse2',
858 ], 857 ],
859 }], 858 }],
860 ['toolkit_uses_gtk==1', { 859 ['toolkit_uses_gtk==1', {
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 'filters/h264_to_annex_b_bitstream_converter_unittest.cc', 979 'filters/h264_to_annex_b_bitstream_converter_unittest.cc',
981 'filters/pipeline_integration_test.cc', 980 'filters/pipeline_integration_test.cc',
982 'filters/pipeline_integration_test_base.cc', 981 'filters/pipeline_integration_test_base.cc',
983 'filters/skcanvas_video_renderer_unittest.cc', 982 'filters/skcanvas_video_renderer_unittest.cc',
984 'filters/source_buffer_stream_unittest.cc', 983 'filters/source_buffer_stream_unittest.cc',
985 'filters/video_decoder_selector_unittest.cc', 984 'filters/video_decoder_selector_unittest.cc',
986 'filters/video_frame_stream_unittest.cc', 985 'filters/video_frame_stream_unittest.cc',
987 'filters/video_renderer_base_unittest.cc', 986 'filters/video_renderer_base_unittest.cc',
988 'video/capture/screen/differ_block_unittest.cc', 987 'video/capture/screen/differ_block_unittest.cc',
989 'video/capture/screen/differ_unittest.cc', 988 'video/capture/screen/differ_unittest.cc',
990 'video/capture/screen/shared_buffer_unittest.cc',
991 'video/capture/screen/screen_capture_device_unittest.cc', 989 'video/capture/screen/screen_capture_device_unittest.cc',
992 'video/capture/screen/screen_capturer_helper_unittest.cc', 990 'video/capture/screen/screen_capturer_helper_unittest.cc',
993 'video/capture/screen/screen_capturer_mac_unittest.cc', 991 'video/capture/screen/screen_capturer_mac_unittest.cc',
994 'video/capture/screen/screen_capturer_unittest.cc', 992 'video/capture/screen/screen_capturer_unittest.cc',
995 'video/capture/video_capture_device_unittest.cc', 993 'video/capture/video_capture_device_unittest.cc',
996 'webm/cluster_builder.cc', 994 'webm/cluster_builder.cc',
997 'webm/cluster_builder.h', 995 'webm/cluster_builder.h',
998 'webm/webm_cluster_parser_unittest.cc', 996 'webm/webm_cluster_parser_unittest.cc',
999 'webm/webm_content_encodings_client_unittest.cc', 997 'webm/webm_content_encodings_client_unittest.cc',
1000 'webm/webm_parser_unittest.cc', 998 'webm/webm_parser_unittest.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 ], 1082 ],
1085 }], 1083 }],
1086 ['OS != "ios" and (target_arch=="ia32" or target_arch=="x64")', { 1084 ['OS != "ios" and (target_arch=="ia32" or target_arch=="x64")', {
1087 'sources': [ 1085 'sources': [
1088 'base/simd/convert_rgb_to_yuv_unittest.cc', 1086 'base/simd/convert_rgb_to_yuv_unittest.cc',
1089 ], 1087 ],
1090 'dependencies': [ 1088 'dependencies': [
1091 'media_sse', 1089 'media_sse',
1092 ], 1090 ],
1093 }], 1091 }],
1094 ['screen_capture_supported == 0', { 1092 ['screen_capture_supported==1', {
1093 'dependencies': [
1094 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1095 ],
1096 }, {
1095 'sources/': [ 1097 'sources/': [
1096 ['exclude', '^video/capture/screen/'], 1098 ['exclude', '^video/capture/screen/'],
1097 ], 1099 ],
1098 }], 1100 }],
1099 ['proprietary_codecs==1 or branding=="Chrome"', { 1101 ['proprietary_codecs==1 or branding=="Chrome"', {
1100 'sources': [ 1102 'sources': [
1101 'mp4/aac_unittest.cc', 1103 'mp4/aac_unittest.cc',
1102 'mp4/avc_unittest.cc', 1104 'mp4/avc_unittest.cc',
1103 'mp4/box_reader_unittest.cc', 1105 'mp4/box_reader_unittest.cc',
1104 'mp4/es_descriptor_unittest.cc', 1106 'mp4/es_descriptor_unittest.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 'base/mock_demuxer_host.cc', 1141 'base/mock_demuxer_host.cc',
1140 'base/mock_demuxer_host.h', 1142 'base/mock_demuxer_host.h',
1141 'base/mock_filters.cc', 1143 'base/mock_filters.cc',
1142 'base/mock_filters.h', 1144 'base/mock_filters.h',
1143 'base/test_helpers.cc', 1145 'base/test_helpers.cc',
1144 'base/test_helpers.h', 1146 'base/test_helpers.h',
1145 'video/capture/screen/screen_capturer_mock_objects.cc', 1147 'video/capture/screen/screen_capturer_mock_objects.cc',
1146 'video/capture/screen/screen_capturer_mock_objects.h', 1148 'video/capture/screen/screen_capturer_mock_objects.h',
1147 ], 1149 ],
1148 'conditions': [ 1150 'conditions': [
1149 [ 'screen_capture_supported == 0', { 1151 [ 'screen_capture_supported == 1', {
1152 'dependencies': [
1153 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1154 ],
1155 }, {
1150 'sources/': [ 1156 'sources/': [
1151 ['exclude', '^video/capture/screen/'], 1157 ['exclude', '^video/capture/screen/'],
1152 ], 1158 ],
1153 }], 1159 }],
1154 ], 1160 ],
1155 }, 1161 },
1156 ], 1162 ],
1157 'conditions': [ 1163 'conditions': [
1158 ['OS != "ios" and target_arch != "arm"', { 1164 ['OS != "ios" and target_arch != "arm"', {
1159 'targets': [ 1165 'targets': [
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 ], 1718 ],
1713 'sources': [ 1719 'sources': [
1714 'base/simd/sinc_resampler_sse.cc', 1720 'base/simd/sinc_resampler_sse.cc',
1715 'base/simd/vector_math_sse.cc', 1721 'base/simd/vector_math_sse.cc',
1716 ], 1722 ],
1717 }, # end of target media_sse 1723 }, # end of target media_sse
1718 ], 1724 ],
1719 }], 1725 }],
1720 ], 1726 ],
1721 } 1727 }
OLDNEW
« no previous file with comments | « no previous file | media/video/capture/screen/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698