| OLD | NEW |
| 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 import("//build/config/linux/pkg_config.gni") | 9 import("//build/config/linux/pkg_config.gni") |
| 10 import("../webrtc.gni") | 10 import("../webrtc.gni") |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "base/videoadapter.h", | 86 "base/videoadapter.h", |
| 87 "base/videobroadcaster.cc", | 87 "base/videobroadcaster.cc", |
| 88 "base/videobroadcaster.h", | 88 "base/videobroadcaster.h", |
| 89 "base/videocapturer.cc", | 89 "base/videocapturer.cc", |
| 90 "base/videocapturer.h", | 90 "base/videocapturer.h", |
| 91 "base/videocapturerfactory.h", | 91 "base/videocapturerfactory.h", |
| 92 "base/videocommon.cc", | 92 "base/videocommon.cc", |
| 93 "base/videocommon.h", | 93 "base/videocommon.h", |
| 94 "base/videosourcebase.cc", | 94 "base/videosourcebase.cc", |
| 95 "base/videosourcebase.h", | 95 "base/videosourcebase.h", |
| 96 |
| 97 # TODO(aleloi): add "base/videosinkinterface.h" |
| 98 "base/videosourceinterface.cc", |
| 99 |
| 100 # TODO(aleloi): add "base/videosourceinterface.h" |
| 96 ] | 101 ] |
| 97 | 102 |
| 98 if (!build_with_chromium && is_clang) { | 103 if (!build_with_chromium && is_clang) { |
| 99 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 104 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
| 100 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 105 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
| 101 } | 106 } |
| 102 | 107 |
| 103 include_dirs = [] | 108 include_dirs = [] |
| 104 if (rtc_build_libyuv) { | 109 if (rtc_build_libyuv) { |
| 105 deps += [ "$rtc_libyuv_dir" ] | 110 deps += [ "$rtc_libyuv_dir" ] |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 public_configs += [ ":rtc_media_defines_config" ] | 215 public_configs += [ ":rtc_media_defines_config" ] |
| 211 deps += [ "../modules/video_capture:video_capture_internal_impl" ] | 216 deps += [ "../modules/video_capture:video_capture_internal_impl" ] |
| 212 } | 217 } |
| 213 if (rtc_enable_protobuf) { | 218 if (rtc_enable_protobuf) { |
| 214 deps += [ "../modules/audio_processing/aec_dump:aec_dump_impl" ] | 219 deps += [ "../modules/audio_processing/aec_dump:aec_dump_impl" ] |
| 215 } else { | 220 } else { |
| 216 deps += [ "../modules/audio_processing/aec_dump:null_aec_dump_factory" ] | 221 deps += [ "../modules/audio_processing/aec_dump:null_aec_dump_factory" ] |
| 217 } | 222 } |
| 218 deps += [ | 223 deps += [ |
| 219 ":rtc_media_base", | 224 ":rtc_media_base", |
| 220 "..:video_stream_api", | |
| 221 "..:webrtc_common", | 225 "..:webrtc_common", |
| 222 "../api:call_api", | 226 "../api:call_api", |
| 223 "../api:libjingle_peerconnection_api", | 227 "../api:libjingle_peerconnection_api", |
| 224 "../api:transport_api", | 228 "../api:transport_api", |
| 225 "../api:video_frame_api", | 229 "../api:video_frame_api", |
| 226 "../api/audio_codecs:audio_codecs_api", | 230 "../api/audio_codecs:audio_codecs_api", |
| 227 "../api/audio_codecs:builtin_audio_decoder_factory", | 231 "../api/audio_codecs:builtin_audio_decoder_factory", |
| 228 "../api/audio_codecs:builtin_audio_encoder_factory", | 232 "../api/audio_codecs:builtin_audio_encoder_factory", |
| 229 "../api/video_codecs:video_codecs_api", | 233 "../api/video_codecs:video_codecs_api", |
| 230 "../call", | 234 "../call", |
| 235 "../call:video_stream_api", |
| 231 "../common_video:common_video", | 236 "../common_video:common_video", |
| 232 "../modules/audio_coding:rent_a_codec", | 237 "../modules/audio_coding:rent_a_codec", |
| 233 "../modules/audio_device:audio_device", | 238 "../modules/audio_device:audio_device", |
| 234 "../modules/audio_mixer:audio_mixer_impl", | 239 "../modules/audio_mixer:audio_mixer_impl", |
| 235 "../modules/audio_processing:audio_processing", | 240 "../modules/audio_processing:audio_processing", |
| 236 "../modules/audio_processing/aec_dump", | 241 "../modules/audio_processing/aec_dump", |
| 237 "../modules/video_capture:video_capture_module", | 242 "../modules/video_capture:video_capture_module", |
| 238 "../modules/video_coding", | 243 "../modules/video_coding", |
| 239 "../modules/video_coding:webrtc_h264", | 244 "../modules/video_coding:webrtc_h264", |
| 240 "../modules/video_coding:webrtc_vp8", | 245 "../modules/video_coding:webrtc_vp8", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 cflags = [ "-Wno-unused-variable" ] | 320 cflags = [ "-Wno-unused-variable" ] |
| 316 } | 321 } |
| 317 } | 322 } |
| 318 | 323 |
| 319 rtc_source_set("rtc_media_tests_utils") { | 324 rtc_source_set("rtc_media_tests_utils") { |
| 320 testonly = true | 325 testonly = true |
| 321 | 326 |
| 322 include_dirs = [] | 327 include_dirs = [] |
| 323 public_deps = [] | 328 public_deps = [] |
| 324 deps = [ | 329 deps = [ |
| 325 "..:video_stream_api", | 330 "../call:video_stream_api", |
| 326 "../modules/audio_coding:rent_a_codec", | 331 "../modules/audio_coding:rent_a_codec", |
| 327 "../modules/audio_processing:audio_processing", | 332 "../modules/audio_processing:audio_processing", |
| 328 "../modules/rtp_rtcp:rtp_rtcp", | 333 "../modules/rtp_rtcp:rtp_rtcp", |
| 329 "../p2p:rtc_p2p", | 334 "../p2p:rtc_p2p", |
| 330 ] | 335 ] |
| 331 sources = [ | 336 sources = [ |
| 332 "base/fakemediaengine.h", | 337 "base/fakemediaengine.h", |
| 333 "base/fakenetworkinterface.h", | 338 "base/fakenetworkinterface.h", |
| 334 "base/fakertp.cc", | 339 "base/fakertp.cc", |
| 335 "base/fakertp.h", | 340 "base/fakertp.h", |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 "../rtc_base:rtc_base_approved", | 527 "../rtc_base:rtc_base_approved", |
| 523 "../rtc_base:rtc_base_tests_main", | 528 "../rtc_base:rtc_base_tests_main", |
| 524 "../rtc_base:rtc_base_tests_utils", | 529 "../rtc_base:rtc_base_tests_utils", |
| 525 "../system_wrappers:metrics_default", | 530 "../system_wrappers:metrics_default", |
| 526 "../test:audio_codec_mocks", | 531 "../test:audio_codec_mocks", |
| 527 "../test:test_support", | 532 "../test:test_support", |
| 528 "../voice_engine:voice_engine", | 533 "../voice_engine:voice_engine", |
| 529 ] | 534 ] |
| 530 } | 535 } |
| 531 } | 536 } |
| OLD | NEW |