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

Side by Side Diff: content/renderer/BUILD.gn

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: external/wpt/webrtc/RTCPeerConnection-idl-expected.txt updated passing 2 more tests Created 3 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "media/webrtc/peer_connection_dependency_factory.cc", 654 "media/webrtc/peer_connection_dependency_factory.cc",
655 "media/webrtc/peer_connection_dependency_factory.h", 655 "media/webrtc/peer_connection_dependency_factory.h",
656 "media/webrtc/peer_connection_remote_audio_source.cc", 656 "media/webrtc/peer_connection_remote_audio_source.cc",
657 "media/webrtc/peer_connection_remote_audio_source.h", 657 "media/webrtc/peer_connection_remote_audio_source.h",
658 "media/webrtc/processed_local_audio_source.cc", 658 "media/webrtc/processed_local_audio_source.cc",
659 "media/webrtc/processed_local_audio_source.h", 659 "media/webrtc/processed_local_audio_source.h",
660 "media/webrtc/rtc_rtp_contributing_source.cc", 660 "media/webrtc/rtc_rtp_contributing_source.cc",
661 "media/webrtc/rtc_rtp_contributing_source.h", 661 "media/webrtc/rtc_rtp_contributing_source.h",
662 "media/webrtc/rtc_rtp_receiver.cc", 662 "media/webrtc/rtc_rtp_receiver.cc",
663 "media/webrtc/rtc_rtp_receiver.h", 663 "media/webrtc/rtc_rtp_receiver.h",
664 "media/webrtc/rtc_rtp_sender.cc",
665 "media/webrtc/rtc_rtp_sender.h",
664 "media/webrtc/rtc_stats.cc", 666 "media/webrtc/rtc_stats.cc",
665 "media/webrtc/rtc_stats.h", 667 "media/webrtc/rtc_stats.h",
666 "media/webrtc/stun_field_trial.cc", 668 "media/webrtc/stun_field_trial.cc",
667 "media/webrtc/stun_field_trial.h", 669 "media/webrtc/stun_field_trial.h",
668 "media/webrtc/track_observer.cc", 670 "media/webrtc/track_observer.cc",
669 "media/webrtc/track_observer.h", 671 "media/webrtc/track_observer.h",
670 "media/webrtc/webrtc_audio_sink.cc", 672 "media/webrtc/webrtc_audio_sink.cc",
671 "media/webrtc/webrtc_audio_sink.h", 673 "media/webrtc/webrtc_audio_sink.h",
672 "media/webrtc/webrtc_media_stream_adapter.cc", 674 "media/webrtc/webrtc_media_stream_adapter.cc",
673 "media/webrtc/webrtc_media_stream_adapter.h", 675 "media/webrtc/webrtc_media_stream_adapter.h",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 # For the defines in mojo_media_config. 982 # For the defines in mojo_media_config.
981 public_configs = [ "//media/mojo/services:mojo_media_config" ] 983 public_configs = [ "//media/mojo/services:mojo_media_config" ]
982 } 984 }
983 985
984 if (!is_component_build) { 986 if (!is_component_build) {
985 public_deps = [ 987 public_deps = [
986 ":renderer", 988 ":renderer",
987 ] 989 ]
988 } 990 }
989 } 991 }
OLDNEW
« no previous file with comments | « chrome/test/data/webrtc/peerconnection_rtp.js ('k') | content/renderer/media/rtc_peer_connection_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698