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

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

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: Fix win-specific compile error. 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 "media/webrtc/peer_connection_dependency_factory.cc", 655 "media/webrtc/peer_connection_dependency_factory.cc",
656 "media/webrtc/peer_connection_dependency_factory.h", 656 "media/webrtc/peer_connection_dependency_factory.h",
657 "media/webrtc/peer_connection_remote_audio_source.cc", 657 "media/webrtc/peer_connection_remote_audio_source.cc",
658 "media/webrtc/peer_connection_remote_audio_source.h", 658 "media/webrtc/peer_connection_remote_audio_source.h",
659 "media/webrtc/processed_local_audio_source.cc", 659 "media/webrtc/processed_local_audio_source.cc",
660 "media/webrtc/processed_local_audio_source.h", 660 "media/webrtc/processed_local_audio_source.h",
661 "media/webrtc/rtc_rtp_contributing_source.cc", 661 "media/webrtc/rtc_rtp_contributing_source.cc",
662 "media/webrtc/rtc_rtp_contributing_source.h", 662 "media/webrtc/rtc_rtp_contributing_source.h",
663 "media/webrtc/rtc_rtp_receiver.cc", 663 "media/webrtc/rtc_rtp_receiver.cc",
664 "media/webrtc/rtc_rtp_receiver.h", 664 "media/webrtc/rtc_rtp_receiver.h",
665 "media/webrtc/rtc_rtp_sender.cc",
666 "media/webrtc/rtc_rtp_sender.h",
665 "media/webrtc/rtc_stats.cc", 667 "media/webrtc/rtc_stats.cc",
666 "media/webrtc/rtc_stats.h", 668 "media/webrtc/rtc_stats.h",
667 "media/webrtc/stun_field_trial.cc", 669 "media/webrtc/stun_field_trial.cc",
668 "media/webrtc/stun_field_trial.h", 670 "media/webrtc/stun_field_trial.h",
669 "media/webrtc/track_observer.cc", 671 "media/webrtc/track_observer.cc",
670 "media/webrtc/track_observer.h", 672 "media/webrtc/track_observer.h",
671 "media/webrtc/webrtc_audio_sink.cc", 673 "media/webrtc/webrtc_audio_sink.cc",
672 "media/webrtc/webrtc_audio_sink.h", 674 "media/webrtc/webrtc_audio_sink.h",
673 "media/webrtc/webrtc_media_stream_adapter.cc", 675 "media/webrtc/webrtc_media_stream_adapter.cc",
674 "media/webrtc/webrtc_media_stream_adapter.h", 676 "media/webrtc/webrtc_media_stream_adapter.h",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 # For the defines in mojo_media_config. 983 # For the defines in mojo_media_config.
982 public_configs = [ "//media/mojo/services:mojo_media_config" ] 984 public_configs = [ "//media/mojo/services:mojo_media_config" ]
983 } 985 }
984 986
985 if (!is_component_build) { 987 if (!is_component_build) {
986 public_deps = [ 988 public_deps = [
987 ":renderer", 989 ":renderer",
988 ] 990 ]
989 } 991 }
990 } 992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698