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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 ], | 627 ], |
628 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the | 628 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the |
629 # Plugin+WebRTC section below. | 629 # Plugin+WebRTC section below. |
630 'private_renderer_webrtc_sources': [ | 630 'private_renderer_webrtc_sources': [ |
631 'renderer/media/audio_repetition_detector.cc', | 631 'renderer/media/audio_repetition_detector.cc', |
632 'renderer/media/audio_repetition_detector.h', | 632 'renderer/media/audio_repetition_detector.h', |
633 'renderer/media/audio_track_recorder.cc', | 633 'renderer/media/audio_track_recorder.cc', |
634 'renderer/media/audio_track_recorder.h', | 634 'renderer/media/audio_track_recorder.h', |
635 'renderer/media/canvas_capture_handler.cc', | 635 'renderer/media/canvas_capture_handler.cc', |
636 'renderer/media/canvas_capture_handler.h', | 636 'renderer/media/canvas_capture_handler.h', |
| 637 'renderer/media/capturing_link_secure_tracker.h', |
637 'renderer/media/html_video_element_capturer_source.cc', | 638 'renderer/media/html_video_element_capturer_source.cc', |
638 'renderer/media/html_video_element_capturer_source.h', | 639 'renderer/media/html_video_element_capturer_source.h', |
639 'renderer/media/media_recorder_handler.cc', | 640 'renderer/media/media_recorder_handler.cc', |
640 'renderer/media/media_recorder_handler.h', | 641 'renderer/media/media_recorder_handler.h', |
641 'renderer/media/media_stream.cc', | 642 'renderer/media/media_stream.cc', |
642 'renderer/media/media_stream.h', | 643 'renderer/media/media_stream.h', |
643 'renderer/media/media_stream_audio_processor.cc', | 644 'renderer/media/media_stream_audio_processor.cc', |
644 'renderer/media/media_stream_audio_processor.h', | 645 'renderer/media/media_stream_audio_processor.h', |
645 'renderer/media/media_stream_audio_processor_options.cc', | 646 'renderer/media/media_stream_audio_processor_options.cc', |
646 'renderer/media/media_stream_audio_processor_options.h', | 647 'renderer/media/media_stream_audio_processor_options.h', |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
914 }], | 915 }], |
915 ], | 916 ], |
916 'target_conditions': [ | 917 'target_conditions': [ |
917 ['OS=="android"', { | 918 ['OS=="android"', { |
918 'sources/': [ | 919 'sources/': [ |
919 ['include', '^renderer/render_view_linux\\.cc$'], | 920 ['include', '^renderer/render_view_linux\\.cc$'], |
920 ], | 921 ], |
921 }], | 922 }], |
922 ], | 923 ], |
923 } | 924 } |
OLD | NEW |