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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'targets': [ | 43 'targets': [ |
44 { | 44 { |
45 'target_name': 'media', | 45 'target_name': 'media', |
46 'type': '<(component)', | 46 'type': '<(component)', |
47 'dependencies': [ | 47 'dependencies': [ |
48 '../base/base.gyp:base', | 48 '../base/base.gyp:base', |
49 '../build/temp_gyp/googleurl.gyp:googleurl', | 49 '../build/temp_gyp/googleurl.gyp:googleurl', |
50 '../crypto/crypto.gyp:crypto', | 50 '../crypto/crypto.gyp:crypto', |
51 '../skia/skia.gyp:skia', | 51 '../skia/skia.gyp:skia', |
52 '../third_party/opus/opus.gyp:opus', | 52 '../third_party/opus/opus.gyp:opus', |
| 53 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
53 '../ui/ui.gyp:ui', | 54 '../ui/ui.gyp:ui', |
54 ], | 55 ], |
55 'defines': [ | 56 'defines': [ |
56 'MEDIA_IMPLEMENTATION', | 57 'MEDIA_IMPLEMENTATION', |
57 ], | 58 ], |
58 'include_dirs': [ | 59 'include_dirs': [ |
59 '..', | 60 '..', |
60 ], | 61 ], |
61 'sources': [ | 62 'sources': [ |
62 'audio/android/audio_manager_android.cc', | 63 'audio/android/audio_manager_android.cc', |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'video/capture/screen/differ_block.cc', | 367 'video/capture/screen/differ_block.cc', |
367 'video/capture/screen/differ_block.h', | 368 'video/capture/screen/differ_block.h', |
368 'video/capture/screen/x11/x_server_pixel_buffer.cc', | 369 'video/capture/screen/x11/x_server_pixel_buffer.cc', |
369 'video/capture/screen/x11/x_server_pixel_buffer.h', | 370 'video/capture/screen/x11/x_server_pixel_buffer.h', |
370 'video/capture/screen/mac/desktop_configuration.mm', | 371 'video/capture/screen/mac/desktop_configuration.mm', |
371 'video/capture/screen/mac/desktop_configuration.h', | 372 'video/capture/screen/mac/desktop_configuration.h', |
372 'video/capture/screen/mac/scoped_pixel_buffer_object.cc', | 373 'video/capture/screen/mac/scoped_pixel_buffer_object.cc', |
373 'video/capture/screen/mac/scoped_pixel_buffer_object.h', | 374 'video/capture/screen/mac/scoped_pixel_buffer_object.h', |
374 'video/capture/screen/mouse_cursor_shape.cc', | 375 'video/capture/screen/mouse_cursor_shape.cc', |
375 'video/capture/screen/mouse_cursor_shape.h', | 376 'video/capture/screen/mouse_cursor_shape.h', |
376 'video/capture/screen/screen_capture_data.cc', | |
377 'video/capture/screen/screen_capture_data.h', | |
378 'video/capture/screen/screen_capture_device.cc', | 377 'video/capture/screen/screen_capture_device.cc', |
379 'video/capture/screen/screen_capture_device.h', | 378 'video/capture/screen/screen_capture_device.h', |
380 'video/capture/screen/screen_capture_frame.cc', | |
381 'video/capture/screen/screen_capture_frame.h', | |
382 'video/capture/screen/screen_capture_frame_queue.cc', | 379 'video/capture/screen/screen_capture_frame_queue.cc', |
383 'video/capture/screen/screen_capture_frame_queue.h', | 380 'video/capture/screen/screen_capture_frame_queue.h', |
384 'video/capture/screen/screen_capturer.h', | 381 'video/capture/screen/screen_capturer.h', |
385 'video/capture/screen/screen_capturer_fake.cc', | 382 'video/capture/screen/screen_capturer_fake.cc', |
386 'video/capture/screen/screen_capturer_fake.h', | 383 'video/capture/screen/screen_capturer_fake.h', |
387 'video/capture/screen/screen_capturer_helper.cc', | 384 'video/capture/screen/screen_capturer_helper.cc', |
388 'video/capture/screen/screen_capturer_helper.h', | 385 'video/capture/screen/screen_capturer_helper.h', |
389 'video/capture/screen/screen_capturer_x11.cc', | 386 'video/capture/screen/screen_capturer_x11.cc', |
390 'video/capture/screen/screen_capturer_mac.mm', | 387 'video/capture/screen/screen_capturer_mac.mm', |
391 'video/capture/screen/screen_capturer_null.cc', | 388 'video/capture/screen/screen_capturer_null.cc', |
392 'video/capture/screen/screen_capturer_win.cc', | 389 'video/capture/screen/screen_capturer_win.cc', |
393 'video/capture/screen/shared_buffer.cc', | |
394 'video/capture/screen/shared_buffer.h', | |
395 'video/capture/screen/win/desktop.cc', | 390 'video/capture/screen/win/desktop.cc', |
396 'video/capture/screen/win/desktop.h', | 391 'video/capture/screen/win/desktop.h', |
397 'video/capture/screen/win/scoped_thread_desktop.cc', | 392 'video/capture/screen/win/scoped_thread_desktop.cc', |
398 'video/capture/screen/win/scoped_thread_desktop.h', | 393 'video/capture/screen/win/scoped_thread_desktop.h', |
399 'video/capture/video_capture.h', | 394 'video/capture/video_capture.h', |
400 'video/capture/video_capture_device.h', | 395 'video/capture/video_capture_device.h', |
401 'video/capture/video_capture_device_dummy.cc', | 396 'video/capture/video_capture_device_dummy.cc', |
402 'video/capture/video_capture_device_dummy.h', | 397 'video/capture/video_capture_device_dummy.h', |
403 'video/capture/video_capture_proxy.cc', | 398 'video/capture/video_capture_proxy.cc', |
404 'video/capture/video_capture_proxy.h', | 399 'video/capture/video_capture_proxy.h', |
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
987 'filters/h264_to_annex_b_bitstream_converter_unittest.cc', | 982 'filters/h264_to_annex_b_bitstream_converter_unittest.cc', |
988 'filters/pipeline_integration_test.cc', | 983 'filters/pipeline_integration_test.cc', |
989 'filters/pipeline_integration_test_base.cc', | 984 'filters/pipeline_integration_test_base.cc', |
990 'filters/skcanvas_video_renderer_unittest.cc', | 985 'filters/skcanvas_video_renderer_unittest.cc', |
991 'filters/source_buffer_stream_unittest.cc', | 986 'filters/source_buffer_stream_unittest.cc', |
992 'filters/video_decoder_selector_unittest.cc', | 987 'filters/video_decoder_selector_unittest.cc', |
993 'filters/video_frame_stream_unittest.cc', | 988 'filters/video_frame_stream_unittest.cc', |
994 'filters/video_renderer_base_unittest.cc', | 989 'filters/video_renderer_base_unittest.cc', |
995 'video/capture/screen/differ_block_unittest.cc', | 990 'video/capture/screen/differ_block_unittest.cc', |
996 'video/capture/screen/differ_unittest.cc', | 991 'video/capture/screen/differ_unittest.cc', |
997 'video/capture/screen/shared_buffer_unittest.cc', | |
998 'video/capture/screen/screen_capture_device_unittest.cc', | 992 'video/capture/screen/screen_capture_device_unittest.cc', |
999 'video/capture/screen/screen_capturer_helper_unittest.cc', | 993 'video/capture/screen/screen_capturer_helper_unittest.cc', |
1000 'video/capture/screen/screen_capturer_mac_unittest.cc', | 994 'video/capture/screen/screen_capturer_mac_unittest.cc', |
1001 'video/capture/screen/screen_capturer_unittest.cc', | 995 'video/capture/screen/screen_capturer_unittest.cc', |
1002 'video/capture/video_capture_device_unittest.cc', | 996 'video/capture/video_capture_device_unittest.cc', |
1003 'webm/cluster_builder.cc', | 997 'webm/cluster_builder.cc', |
1004 'webm/cluster_builder.h', | 998 'webm/cluster_builder.h', |
1005 'webm/webm_cluster_parser_unittest.cc', | 999 'webm/webm_cluster_parser_unittest.cc', |
1006 'webm/webm_content_encodings_client_unittest.cc', | 1000 'webm/webm_content_encodings_client_unittest.cc', |
1007 'webm/webm_parser_unittest.cc', | 1001 'webm/webm_parser_unittest.cc', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1123 }, | 1117 }, |
1124 { | 1118 { |
1125 'target_name': 'media_test_support', | 1119 'target_name': 'media_test_support', |
1126 'type': 'static_library', | 1120 'type': 'static_library', |
1127 'dependencies': [ | 1121 'dependencies': [ |
1128 'media', | 1122 'media', |
1129 '../base/base.gyp:base', | 1123 '../base/base.gyp:base', |
1130 '../skia/skia.gyp:skia', | 1124 '../skia/skia.gyp:skia', |
1131 '../testing/gmock.gyp:gmock', | 1125 '../testing/gmock.gyp:gmock', |
1132 '../testing/gtest.gyp:gtest', | 1126 '../testing/gtest.gyp:gtest', |
| 1127 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
1133 ], | 1128 ], |
1134 'sources': [ | 1129 'sources': [ |
1135 'audio/mock_audio_manager.cc', | 1130 'audio/mock_audio_manager.cc', |
1136 'audio/mock_audio_manager.h', | 1131 'audio/mock_audio_manager.h', |
1137 'audio/test_audio_input_controller_factory.cc', | 1132 'audio/test_audio_input_controller_factory.cc', |
1138 'audio/test_audio_input_controller_factory.h', | 1133 'audio/test_audio_input_controller_factory.h', |
1139 'base/fake_audio_render_callback.cc', | 1134 'base/fake_audio_render_callback.cc', |
1140 'base/fake_audio_render_callback.h', | 1135 'base/fake_audio_render_callback.h', |
1141 'base/gmock_callback_support.h', | 1136 'base/gmock_callback_support.h', |
1142 'base/mock_audio_renderer_sink.cc', | 1137 'base/mock_audio_renderer_sink.cc', |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1708 ], | 1703 ], |
1709 'sources': [ | 1704 'sources': [ |
1710 'base/simd/sinc_resampler_sse.cc', | 1705 'base/simd/sinc_resampler_sse.cc', |
1711 'base/simd/vector_math_sse.cc', | 1706 'base/simd/vector_math_sse.cc', |
1712 ], | 1707 ], |
1713 }, # end of target media_sse | 1708 }, # end of target media_sse |
1714 ], | 1709 ], |
1715 }], | 1710 }], |
1716 ], | 1711 ], |
1717 } | 1712 } |
OLD | NEW |