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

Side by Side Diff: content/content_renderer.gypi

Issue 965333002: Move RemoteMediaStreamAudioTrack to Separete Files Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/renderer/media/remote_media_stream_audio_track.h » ('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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'renderer/media/media_stream_video_source.cc', 621 'renderer/media/media_stream_video_source.cc',
622 'renderer/media/media_stream_video_source.h', 622 'renderer/media/media_stream_video_source.h',
623 'renderer/media/media_stream_video_track.cc', 623 'renderer/media/media_stream_video_track.cc',
624 'renderer/media/media_stream_video_track.h', 624 'renderer/media/media_stream_video_track.h',
625 'renderer/media/native_handle_impl.cc', 625 'renderer/media/native_handle_impl.cc',
626 'renderer/media/native_handle_impl.h', 626 'renderer/media/native_handle_impl.h',
627 'renderer/media/peer_connection_identity_service.cc', 627 'renderer/media/peer_connection_identity_service.cc',
628 'renderer/media/peer_connection_identity_service.h', 628 'renderer/media/peer_connection_identity_service.h',
629 'renderer/media/peer_connection_tracker.cc', 629 'renderer/media/peer_connection_tracker.cc',
630 'renderer/media/peer_connection_tracker.h', 630 'renderer/media/peer_connection_tracker.h',
631 'renderer/media/remote_media_stream_audio_track.cc',
632 'renderer/media/remote_media_stream_audio_track.h',
631 'renderer/media/remote_media_stream_impl.cc', 633 'renderer/media/remote_media_stream_impl.cc',
632 'renderer/media/remote_media_stream_impl.h', 634 'renderer/media/remote_media_stream_impl.h',
633 'renderer/media/rtc_data_channel_handler.cc', 635 'renderer/media/rtc_data_channel_handler.cc',
634 'renderer/media/rtc_data_channel_handler.h', 636 'renderer/media/rtc_data_channel_handler.h',
635 'renderer/media/rtc_dtmf_sender_handler.cc', 637 'renderer/media/rtc_dtmf_sender_handler.cc',
636 'renderer/media/rtc_dtmf_sender_handler.h', 638 'renderer/media/rtc_dtmf_sender_handler.h',
637 'renderer/media/rtc_media_constraints.cc', 639 'renderer/media/rtc_media_constraints.cc',
638 'renderer/media/rtc_media_constraints.h', 640 'renderer/media/rtc_media_constraints.h',
639 'renderer/media/rtc_peer_connection_handler.cc', 641 'renderer/media/rtc_peer_connection_handler.cc',
640 'renderer/media/rtc_peer_connection_handler.h', 642 'renderer/media/rtc_peer_connection_handler.h',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 }], 862 }],
861 ], 863 ],
862 'target_conditions': [ 864 'target_conditions': [
863 ['OS=="android"', { 865 ['OS=="android"', {
864 'sources/': [ 866 'sources/': [
865 ['include', '^renderer/render_view_linux\\.cc$'], 867 ['include', '^renderer/render_view_linux\\.cc$'],
866 ], 868 ],
867 }], 869 }],
868 ], 870 ],
869 } 871 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/remote_media_stream_audio_track.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698