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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//third_party/webrtc/build/webrtc.gni") | 8 import("//third_party/webrtc/build/webrtc.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 | 10 |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
582 "media/rtc_certificate.cc", | 582 "media/rtc_certificate.cc", |
583 "media/rtc_certificate.h", | 583 "media/rtc_certificate.h", |
584 "media/rtc_certificate_generator.cc", | 584 "media/rtc_certificate_generator.cc", |
585 "media/rtc_certificate_generator.h", | 585 "media/rtc_certificate_generator.h", |
586 "media/rtc_data_channel_handler.cc", | 586 "media/rtc_data_channel_handler.cc", |
587 "media/rtc_data_channel_handler.h", | 587 "media/rtc_data_channel_handler.h", |
588 "media/rtc_dtmf_sender_handler.cc", | 588 "media/rtc_dtmf_sender_handler.cc", |
589 "media/rtc_dtmf_sender_handler.h", | 589 "media/rtc_dtmf_sender_handler.h", |
590 "media/rtc_peer_connection_handler.cc", | 590 "media/rtc_peer_connection_handler.cc", |
591 "media/rtc_peer_connection_handler.h", | 591 "media/rtc_peer_connection_handler.h", |
592 "media/rtc_stats.cc", | |
perkj_chrome
2016/09/07 14:34:36
these files depend on webrtc third_party? Then ple
hbos_chromium
2016/09/08 08:38:31
Done.
| |
593 "media/rtc_stats.h", | |
592 "media/secure_display_link_tracker.h", | 594 "media/secure_display_link_tracker.h", |
593 "media/speech_recognition_audio_sink.cc", | 595 "media/speech_recognition_audio_sink.cc", |
594 "media/speech_recognition_audio_sink.h", | 596 "media/speech_recognition_audio_sink.h", |
595 "media/track_audio_renderer.cc", | 597 "media/track_audio_renderer.cc", |
596 "media/track_audio_renderer.h", | 598 "media/track_audio_renderer.h", |
597 "media/user_media_client_impl.cc", | 599 "media/user_media_client_impl.cc", |
598 "media/video_track_adapter.cc", | 600 "media/video_track_adapter.cc", |
599 "media/video_track_adapter.h", | 601 "media/video_track_adapter.h", |
600 "media/video_track_recorder.cc", | 602 "media/video_track_recorder.cc", |
601 "media/video_track_recorder.h", | 603 "media/video_track_recorder.h", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
684 "//third_party/webrtc/api:libjingle_peerconnection", | 686 "//third_party/webrtc/api:libjingle_peerconnection", |
685 "//third_party/webrtc/base:rtc_base", | 687 "//third_party/webrtc/base:rtc_base", |
686 "//third_party/webrtc/common_video", | 688 "//third_party/webrtc/common_video", |
687 "//third_party/webrtc/media:rtc_media", | 689 "//third_party/webrtc/media:rtc_media", |
688 "//third_party/webrtc/modules/audio_device", | 690 "//third_party/webrtc/modules/audio_device", |
689 "//third_party/webrtc/modules/audio_processing", | 691 "//third_party/webrtc/modules/audio_processing", |
690 "//third_party/webrtc/modules/video_coding:webrtc_h264", | 692 "//third_party/webrtc/modules/video_coding:webrtc_h264", |
691 "//third_party/webrtc/p2p:libstunprober", | 693 "//third_party/webrtc/p2p:libstunprober", |
692 "//third_party/webrtc/p2p:rtc_p2p", | 694 "//third_party/webrtc/p2p:rtc_p2p", |
693 "//third_party/webrtc/pc:rtc_pc", | 695 "//third_party/webrtc/pc:rtc_pc", |
696 "//third_party/webrtc/stats", | |
694 "//third_party/webrtc/system_wrappers", | 697 "//third_party/webrtc/system_wrappers", |
695 ] | 698 ] |
696 if (rtc_use_h264) { | 699 if (rtc_use_h264) { |
697 deps += [ "//third_party/openh264:encoder" ] | 700 deps += [ "//third_party/openh264:encoder" ] |
698 } | 701 } |
699 } else { | 702 } else { |
700 sources += [ | 703 sources += [ |
701 "media/webrtc_logging.h", | 704 "media/webrtc_logging.h", |
702 "media/webrtc_logging_noop.cc", | 705 "media/webrtc_logging_noop.cc", |
703 ] | 706 ] |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
907 # For the defines in mojo_media_config. | 910 # For the defines in mojo_media_config. |
908 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 911 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
909 } | 912 } |
910 | 913 |
911 if (!is_component_build) { | 914 if (!is_component_build) { |
912 public_deps = [ | 915 public_deps = [ |
913 ":renderer", | 916 ":renderer", |
914 ] | 917 ] |
915 } | 918 } |
916 } | 919 } |
OLD | NEW |