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/cc.gyp:cc_proto', | 10 '../cc/cc.gyp:cc_proto', |
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 'renderer/pepper/video_encoder_shim.h', | 632 'renderer/pepper/video_encoder_shim.h', |
633 'renderer/render_widget_fullscreen_pepper.cc', | 633 'renderer/render_widget_fullscreen_pepper.cc', |
634 'renderer/render_widget_fullscreen_pepper.h', | 634 'renderer/render_widget_fullscreen_pepper.h', |
635 ], | 635 ], |
636 'public_renderer_webrtc_sources': [ | 636 'public_renderer_webrtc_sources': [ |
637 'public/renderer/media_stream_api.cc', | 637 'public/renderer/media_stream_api.cc', |
638 'public/renderer/media_stream_api.h', | 638 'public/renderer/media_stream_api.h', |
639 'public/renderer/media_stream_renderer_factory.h', | 639 'public/renderer/media_stream_renderer_factory.h', |
640 'public/renderer/media_stream_video_sink.cc', | 640 'public/renderer/media_stream_video_sink.cc', |
641 'public/renderer/media_stream_video_sink.h', | 641 'public/renderer/media_stream_video_sink.h', |
| 642 'public/renderer/media_stream_track_api.cc', |
| 643 'public/renderer/media_stream_track_api.h', |
642 'public/renderer/webrtc_log_message_delegate.h', | 644 'public/renderer/webrtc_log_message_delegate.h', |
643 ], | 645 ], |
644 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the | 646 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the |
645 # Plugin+WebRTC section below. | 647 # Plugin+WebRTC section below. |
646 'private_renderer_webrtc_sources': [ | 648 'private_renderer_webrtc_sources': [ |
647 'renderer/media/audio_repetition_detector.cc', | 649 'renderer/media/audio_repetition_detector.cc', |
648 'renderer/media/audio_repetition_detector.h', | 650 'renderer/media/audio_repetition_detector.h', |
649 'renderer/media/audio_track_recorder.cc', | 651 'renderer/media/audio_track_recorder.cc', |
650 'renderer/media/audio_track_recorder.h', | 652 'renderer/media/audio_track_recorder.h', |
651 'renderer/media/canvas_capture_handler.cc', | 653 'renderer/media/canvas_capture_handler.cc', |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 }], | 933 }], |
932 ], | 934 ], |
933 'target_conditions': [ | 935 'target_conditions': [ |
934 ['OS=="android"', { | 936 ['OS=="android"', { |
935 'sources/': [ | 937 'sources/': [ |
936 ['include', '^renderer/render_view_linux\\.cc$'], | 938 ['include', '^renderer/render_view_linux\\.cc$'], |
937 ], | 939 ], |
938 }], | 940 }], |
939 ], | 941 ], |
940 } | 942 } |
OLD | NEW |