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

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

Issue 2887403003: WebRtcMediaStreamTrackMap added (Closed)
Patch Set: WrapUnique Created 3 years, 6 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/webrtc/webrtc_media_stream_track_adapter_map.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 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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 "media/webrtc/stun_field_trial.cc", 677 "media/webrtc/stun_field_trial.cc",
678 "media/webrtc/stun_field_trial.h", 678 "media/webrtc/stun_field_trial.h",
679 "media/webrtc/track_observer.cc", 679 "media/webrtc/track_observer.cc",
680 "media/webrtc/track_observer.h", 680 "media/webrtc/track_observer.h",
681 "media/webrtc/webrtc_audio_sink.cc", 681 "media/webrtc/webrtc_audio_sink.cc",
682 "media/webrtc/webrtc_audio_sink.h", 682 "media/webrtc/webrtc_audio_sink.h",
683 "media/webrtc/webrtc_media_stream_adapter.cc", 683 "media/webrtc/webrtc_media_stream_adapter.cc",
684 "media/webrtc/webrtc_media_stream_adapter.h", 684 "media/webrtc/webrtc_media_stream_adapter.h",
685 "media/webrtc/webrtc_media_stream_track_adapter.cc", 685 "media/webrtc/webrtc_media_stream_track_adapter.cc",
686 "media/webrtc/webrtc_media_stream_track_adapter.h", 686 "media/webrtc/webrtc_media_stream_track_adapter.h",
687 "media/webrtc/webrtc_media_stream_track_adapter_map.cc",
688 "media/webrtc/webrtc_media_stream_track_adapter_map.h",
687 "media/webrtc/webrtc_video_capturer_adapter.cc", 689 "media/webrtc/webrtc_video_capturer_adapter.cc",
688 "media/webrtc/webrtc_video_capturer_adapter.h", 690 "media/webrtc/webrtc_video_capturer_adapter.h",
689 "media/webrtc/webrtc_video_frame_adapter.cc", 691 "media/webrtc/webrtc_video_frame_adapter.cc",
690 "media/webrtc/webrtc_video_frame_adapter.h", 692 "media/webrtc/webrtc_video_frame_adapter.h",
691 "media/webrtc_audio_device_impl.cc", 693 "media/webrtc_audio_device_impl.cc",
692 "media/webrtc_audio_device_impl.h", 694 "media/webrtc_audio_device_impl.h",
693 "media/webrtc_audio_device_not_impl.cc", 695 "media/webrtc_audio_device_not_impl.cc",
694 "media/webrtc_audio_device_not_impl.h", 696 "media/webrtc_audio_device_not_impl.h",
695 "media/webrtc_audio_renderer.cc", 697 "media/webrtc_audio_renderer.cc",
696 "media/webrtc_audio_renderer.h", 698 "media/webrtc_audio_renderer.h",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 # See comment at the top of //content/BUILD.gn for how this works. 990 # See comment at the top of //content/BUILD.gn for how this works.
989 group("for_content_tests") { 991 group("for_content_tests") {
990 visibility = [ "//content/test/*" ] 992 visibility = [ "//content/test/*" ]
991 993
992 if (!is_component_build) { 994 if (!is_component_build) {
993 public_deps = [ 995 public_deps = [
994 ":renderer", 996 ":renderer",
995 ] 997 ]
996 } 998 }
997 } 999 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/webrtc/webrtc_media_stream_track_adapter_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698