| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "engine/apm_helpers.h", | 136 "engine/apm_helpers.h", |
| 137 "engine/internaldecoderfactory.cc", | 137 "engine/internaldecoderfactory.cc", |
| 138 "engine/internaldecoderfactory.h", | 138 "engine/internaldecoderfactory.h", |
| 139 "engine/internalencoderfactory.cc", | 139 "engine/internalencoderfactory.cc", |
| 140 "engine/internalencoderfactory.h", | 140 "engine/internalencoderfactory.h", |
| 141 "engine/nullwebrtcvideoengine.h", | 141 "engine/nullwebrtcvideoengine.h", |
| 142 "engine/payload_type_mapper.cc", | 142 "engine/payload_type_mapper.cc", |
| 143 "engine/payload_type_mapper.h", | 143 "engine/payload_type_mapper.h", |
| 144 "engine/simulcast.cc", | 144 "engine/simulcast.cc", |
| 145 "engine/simulcast.h", | 145 "engine/simulcast.h", |
| 146 "engine/simulcast_encoder_adapter.cc", |
| 147 "engine/simulcast_encoder_adapter.h", |
| 146 "engine/videodecodersoftwarefallbackwrapper.cc", | 148 "engine/videodecodersoftwarefallbackwrapper.cc", |
| 147 "engine/videodecodersoftwarefallbackwrapper.h", | 149 "engine/videodecodersoftwarefallbackwrapper.h", |
| 148 "engine/videoencodersoftwarefallbackwrapper.cc", | 150 "engine/videoencodersoftwarefallbackwrapper.cc", |
| 149 "engine/videoencodersoftwarefallbackwrapper.h", | 151 "engine/videoencodersoftwarefallbackwrapper.h", |
| 150 "engine/webrtccommon.h", | 152 "engine/webrtccommon.h", |
| 151 "engine/webrtcmediaengine.cc", | 153 "engine/webrtcmediaengine.cc", |
| 152 "engine/webrtcmediaengine.h", | 154 "engine/webrtcmediaengine.h", |
| 153 "engine/webrtcvideocapturer.cc", | 155 "engine/webrtcvideocapturer.cc", |
| 154 "engine/webrtcvideocapturer.h", | 156 "engine/webrtcvideocapturer.h", |
| 155 "engine/webrtcvideocapturerfactory.cc", | 157 "engine/webrtcvideocapturerfactory.cc", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "base/turnutils_unittest.cc", | 431 "base/turnutils_unittest.cc", |
| 430 "base/videoadapter_unittest.cc", | 432 "base/videoadapter_unittest.cc", |
| 431 "base/videobroadcaster_unittest.cc", | 433 "base/videobroadcaster_unittest.cc", |
| 432 "base/videocapturer_unittest.cc", | 434 "base/videocapturer_unittest.cc", |
| 433 "base/videocommon_unittest.cc", | 435 "base/videocommon_unittest.cc", |
| 434 "base/videoengine_unittest.h", | 436 "base/videoengine_unittest.h", |
| 435 "engine/apm_helpers_unittest.cc", | 437 "engine/apm_helpers_unittest.cc", |
| 436 "engine/internaldecoderfactory_unittest.cc", | 438 "engine/internaldecoderfactory_unittest.cc", |
| 437 "engine/nullwebrtcvideoengine_unittest.cc", | 439 "engine/nullwebrtcvideoengine_unittest.cc", |
| 438 "engine/payload_type_mapper_unittest.cc", | 440 "engine/payload_type_mapper_unittest.cc", |
| 441 "engine/simulcast_encoder_adapter_unittest.cc", |
| 439 "engine/simulcast_unittest.cc", | 442 "engine/simulcast_unittest.cc", |
| 440 "engine/videodecodersoftwarefallbackwrapper_unittest.cc", | 443 "engine/videodecodersoftwarefallbackwrapper_unittest.cc", |
| 441 "engine/videoencodersoftwarefallbackwrapper_unittest.cc", | 444 "engine/videoencodersoftwarefallbackwrapper_unittest.cc", |
| 442 "engine/webrtcmediaengine_unittest.cc", | 445 "engine/webrtcmediaengine_unittest.cc", |
| 443 "engine/webrtcvideocapturer_unittest.cc", | 446 "engine/webrtcvideocapturer_unittest.cc", |
| 444 "engine/webrtcvideoencoderfactory_unittest.cc", | 447 "engine/webrtcvideoencoderfactory_unittest.cc", |
| 445 "engine/webrtcvideoengine_unittest.cc", | 448 "engine/webrtcvideoengine_unittest.cc", |
| 446 ] | 449 ] |
| 447 | 450 |
| 448 # TODO(kthelgason): Reenable this test on iOS. | 451 # TODO(kthelgason): Reenable this test on iOS. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "../audio", | 509 "../audio", |
| 507 "../base:rtc_base", | 510 "../base:rtc_base", |
| 508 "../base:rtc_base_approved", | 511 "../base:rtc_base_approved", |
| 509 "../base:rtc_base_tests_main", | 512 "../base:rtc_base_tests_main", |
| 510 "../base:rtc_base_tests_utils", | 513 "../base:rtc_base_tests_utils", |
| 511 "../call:call_interfaces", | 514 "../call:call_interfaces", |
| 512 "../common_video:common_video", | 515 "../common_video:common_video", |
| 513 "../logging:rtc_event_log_api", | 516 "../logging:rtc_event_log_api", |
| 514 "../modules/audio_device:mock_audio_device", | 517 "../modules/audio_device:mock_audio_device", |
| 515 "../modules/audio_processing:audio_processing", | 518 "../modules/audio_processing:audio_processing", |
| 519 "../modules/video_coding:simulcast_test_utility", |
| 516 "../modules/video_coding:video_coding_utility", | 520 "../modules/video_coding:video_coding_utility", |
| 517 "../modules/video_coding:webrtc_vp8", | 521 "../modules/video_coding:webrtc_vp8", |
| 518 "../p2p:p2p_test_utils", | 522 "../p2p:p2p_test_utils", |
| 519 "../system_wrappers:metrics_default", | 523 "../system_wrappers:metrics_default", |
| 520 "../test:audio_codec_mocks", | 524 "../test:audio_codec_mocks", |
| 521 "../test:test_support", | 525 "../test:test_support", |
| 522 "../voice_engine:voice_engine", | 526 "../voice_engine:voice_engine", |
| 523 ] | 527 ] |
| 524 } | 528 } |
| 525 } | 529 } |
| OLD | NEW |