| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
| 9 '../cc/cc.gyp:cc', | 9 '../cc/cc.gyp:cc', |
| 10 '../cc/blink/cc_blink.gyp:cc_blink', | 10 '../cc/blink/cc_blink.gyp:cc_blink', |
| (...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 'public/renderer/media_stream_audio_sink.h', | 588 'public/renderer/media_stream_audio_sink.h', |
| 589 'public/renderer/media_stream_renderer_factory.h', | 589 'public/renderer/media_stream_renderer_factory.h', |
| 590 'public/renderer/media_stream_sink.h', | 590 'public/renderer/media_stream_sink.h', |
| 591 'public/renderer/media_stream_video_sink.cc', | 591 'public/renderer/media_stream_video_sink.cc', |
| 592 'public/renderer/media_stream_video_sink.h', | 592 'public/renderer/media_stream_video_sink.h', |
| 593 'public/renderer/webrtc_log_message_delegate.h', | 593 'public/renderer/webrtc_log_message_delegate.h', |
| 594 ], | 594 ], |
| 595 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the | 595 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the |
| 596 # Plugin+WebRTC section below. | 596 # Plugin+WebRTC section below. |
| 597 'private_renderer_webrtc_sources': [ | 597 'private_renderer_webrtc_sources': [ |
| 598 'renderer/media/media_recorder_handler.cc', |
| 599 'renderer/media/media_recorder_handler.h', |
| 598 'renderer/media/media_stream.cc', | 600 'renderer/media/media_stream.cc', |
| 599 'renderer/media/media_stream.h', | 601 'renderer/media/media_stream.h', |
| 600 'renderer/media/media_stream_audio_processor.cc', | 602 'renderer/media/media_stream_audio_processor.cc', |
| 601 'renderer/media/media_stream_audio_processor.h', | 603 'renderer/media/media_stream_audio_processor.h', |
| 602 'renderer/media/media_stream_audio_processor_options.cc', | 604 'renderer/media/media_stream_audio_processor_options.cc', |
| 603 'renderer/media/media_stream_audio_processor_options.h', | 605 'renderer/media/media_stream_audio_processor_options.h', |
| 604 'renderer/media/media_stream_audio_sink_owner.cc', | 606 'renderer/media/media_stream_audio_sink_owner.cc', |
| 605 'renderer/media/media_stream_audio_sink_owner.h', | 607 'renderer/media/media_stream_audio_sink_owner.h', |
| 606 'renderer/media/media_stream_audio_source.cc', | 608 'renderer/media/media_stream_audio_source.cc', |
| 607 'renderer/media/media_stream_audio_source.h', | 609 'renderer/media/media_stream_audio_source.h', |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 'sources': [ | 810 'sources': [ |
| 809 '<@(public_renderer_webrtc_sources)', | 811 '<@(public_renderer_webrtc_sources)', |
| 810 '<@(private_renderer_webrtc_sources)', | 812 '<@(private_renderer_webrtc_sources)', |
| 811 ], | 813 ], |
| 812 },{ # enable_webrtc==0 | 814 },{ # enable_webrtc==0 |
| 813 'sources': [ | 815 'sources': [ |
| 814 'renderer/media/webrtc_logging.h', | 816 'renderer/media/webrtc_logging.h', |
| 815 'renderer/media/webrtc_logging_noop.cc', | 817 'renderer/media/webrtc_logging_noop.cc', |
| 816 ], | 818 ], |
| 817 }], | 819 }], |
| 820 ['OS=="android" or OS=="ios"', { |
| 821 'sources!': [ |
| 822 'renderer/media/media_recorder_handler.cc', |
| 823 'renderer/media/media_recorder_handler.h', |
| 824 'renderer/media/video_track_recorder.cc', |
| 825 'renderer/media/video_track_recorder.h', |
| 826 ], |
| 827 }], |
| 818 ['enable_plugins==1', { | 828 ['enable_plugins==1', { |
| 819 'sources': [ | 829 'sources': [ |
| 820 '<@(public_renderer_plugin_sources)', | 830 '<@(public_renderer_plugin_sources)', |
| 821 '<@(private_renderer_plugin_sources)', | 831 '<@(private_renderer_plugin_sources)', |
| 822 ], | 832 ], |
| 823 'conditions': [ | 833 'conditions': [ |
| 824 ['OS=="android"', { | 834 ['OS=="android"', { |
| 825 'sources!': [ | 835 'sources!': [ |
| 826 # Android does not build FFmpeg, which these depend on. | 836 # Android does not build FFmpeg, which these depend on. |
| 827 'renderer/pepper/video_decoder_shim.cc', | 837 'renderer/pepper/video_decoder_shim.cc', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 }], | 889 }], |
| 880 ], | 890 ], |
| 881 'target_conditions': [ | 891 'target_conditions': [ |
| 882 ['OS=="android"', { | 892 ['OS=="android"', { |
| 883 'sources/': [ | 893 'sources/': [ |
| 884 ['include', '^renderer/render_view_linux\\.cc$'], | 894 ['include', '^renderer/render_view_linux\\.cc$'], |
| 885 ], | 895 ], |
| 886 }], | 896 }], |
| 887 ], | 897 ], |
| 888 } | 898 } |
| OLD | NEW |