| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |