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

Side by Side Diff: content/content_renderer.gypi

Issue 1873293002: Report if video capturing meets output protection requirement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Rebased. Created 4 years, 8 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
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 '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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698