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

Side by Side Diff: content/content_renderer.gypi

Issue 1249233002: [backup] Add MediaRecorderHandler (video part) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@m_crbug262211__MSRecorder__4__VideoTrackRecorder
Patch Set: UnitTests cleanup 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'public/renderer/media_stream_audio_sink.h', 578 'public/renderer/media_stream_audio_sink.h',
579 'public/renderer/media_stream_renderer_factory.h', 579 'public/renderer/media_stream_renderer_factory.h',
580 'public/renderer/media_stream_sink.h', 580 'public/renderer/media_stream_sink.h',
581 'public/renderer/media_stream_video_sink.cc', 581 'public/renderer/media_stream_video_sink.cc',
582 'public/renderer/media_stream_video_sink.h', 582 'public/renderer/media_stream_video_sink.h',
583 'public/renderer/webrtc_log_message_delegate.h', 583 'public/renderer/webrtc_log_message_delegate.h',
584 ], 584 ],
585 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the 585 # WebRTC-specific sources. Put WebRTC plugin-related stuff in the
586 # Plugin+WebRTC section below. 586 # Plugin+WebRTC section below.
587 'private_renderer_webrtc_sources': [ 587 'private_renderer_webrtc_sources': [
588 'renderer/media/media_recorder_handler.cc',
589 'renderer/media/media_recorder_handler.h',
588 'renderer/media/media_stream.cc', 590 'renderer/media/media_stream.cc',
589 'renderer/media/media_stream.h', 591 'renderer/media/media_stream.h',
590 'renderer/media/media_stream_audio_processor.cc', 592 'renderer/media/media_stream_audio_processor.cc',
591 'renderer/media/media_stream_audio_processor.h', 593 'renderer/media/media_stream_audio_processor.h',
592 'renderer/media/media_stream_audio_processor_options.cc', 594 'renderer/media/media_stream_audio_processor_options.cc',
593 'renderer/media/media_stream_audio_processor_options.h', 595 'renderer/media/media_stream_audio_processor_options.h',
594 'renderer/media/media_stream_audio_sink_owner.cc', 596 'renderer/media/media_stream_audio_sink_owner.cc',
595 'renderer/media/media_stream_audio_sink_owner.h', 597 'renderer/media/media_stream_audio_sink_owner.h',
596 'renderer/media/media_stream_audio_source.cc', 598 'renderer/media/media_stream_audio_source.cc',
597 'renderer/media/media_stream_audio_source.h', 599 'renderer/media/media_stream_audio_source.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 }], 863 }],
862 ], 864 ],
863 'target_conditions': [ 865 'target_conditions': [
864 ['OS=="android"', { 866 ['OS=="android"', {
865 'sources/': [ 867 'sources/': [
866 ['include', '^renderer/render_view_linux\\.cc$'], 868 ['include', '^renderer/render_view_linux\\.cc$'],
867 ], 869 ],
868 }], 870 }],
869 ], 871 ],
870 } 872 }
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