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

Side by Side Diff: content/content_renderer.gypi

Issue 1233033002: MediaStream: Adding VideoTrackRecorder class and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dalecurtis@ comments Created 5 years, 3 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'renderer/media/rtc_video_encoder_factory.h', 633 'renderer/media/rtc_video_encoder_factory.h',
634 'renderer/media/rtc_video_renderer.cc', 634 'renderer/media/rtc_video_renderer.cc',
635 'renderer/media/rtc_video_renderer.h', 635 'renderer/media/rtc_video_renderer.h',
636 'renderer/media/speech_recognition_audio_sink.cc', 636 'renderer/media/speech_recognition_audio_sink.cc',
637 'renderer/media/speech_recognition_audio_sink.h', 637 'renderer/media/speech_recognition_audio_sink.h',
638 'renderer/media/user_media_client_impl.cc', 638 'renderer/media/user_media_client_impl.cc',
639 'renderer/media/video_source_handler.cc', 639 'renderer/media/video_source_handler.cc',
640 'renderer/media/video_source_handler.h', 640 'renderer/media/video_source_handler.h',
641 'renderer/media/video_track_adapter.cc', 641 'renderer/media/video_track_adapter.cc',
642 'renderer/media/video_track_adapter.h', 642 'renderer/media/video_track_adapter.h',
643 'renderer/media/video_track_recorder.cc',
644 'renderer/media/video_track_recorder.h',
643 'renderer/media/webaudio_capturer_source.cc', 645 'renderer/media/webaudio_capturer_source.cc',
644 'renderer/media/webaudio_capturer_source.h', 646 'renderer/media/webaudio_capturer_source.h',
645 'renderer/media/webrtc/media_stream_remote_video_source.cc', 647 'renderer/media/webrtc/media_stream_remote_video_source.cc',
646 'renderer/media/webrtc/media_stream_remote_video_source.h', 648 'renderer/media/webrtc/media_stream_remote_video_source.h',
647 'renderer/media/webrtc/media_stream_track_metrics.cc', 649 'renderer/media/webrtc/media_stream_track_metrics.cc',
648 'renderer/media/webrtc/media_stream_track_metrics.h', 650 'renderer/media/webrtc/media_stream_track_metrics.h',
649 'renderer/media/webrtc/peer_connection_dependency_factory.cc', 651 'renderer/media/webrtc/peer_connection_dependency_factory.cc',
650 'renderer/media/webrtc/peer_connection_dependency_factory.h', 652 'renderer/media/webrtc/peer_connection_dependency_factory.h',
651 'renderer/media/webrtc/stun_field_trial.cc', 653 'renderer/media/webrtc/stun_field_trial.cc',
652 'renderer/media/webrtc/stun_field_trial.h', 654 'renderer/media/webrtc/stun_field_trial.h',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 }], 861 }],
860 ], 862 ],
861 'target_conditions': [ 863 'target_conditions': [
862 ['OS=="android"', { 864 ['OS=="android"', {
863 'sources/': [ 865 'sources/': [
864 ['include', '^renderer/render_view_linux\\.cc$'], 866 ['include', '^renderer/render_view_linux\\.cc$'],
865 ], 867 ],
866 }], 868 }],
867 ], 869 ],
868 } 870 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698