| 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("../build/webrtc.gni") | 10 import("../build/webrtc.gni") |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "base/videoframe.h", | 81 "base/videoframe.h", |
| 82 "base/videosourcebase.cc", | 82 "base/videosourcebase.cc", |
| 83 "base/videosourcebase.h", | 83 "base/videosourcebase.h", |
| 84 "engine/internalencoderfactory.cc", | 84 "engine/internalencoderfactory.cc", |
| 85 "engine/internalencoderfactory.h", | 85 "engine/internalencoderfactory.h", |
| 86 "engine/nullwebrtcvideoengine.h", | 86 "engine/nullwebrtcvideoengine.h", |
| 87 "engine/payload_type_mapper.cc", | 87 "engine/payload_type_mapper.cc", |
| 88 "engine/payload_type_mapper.h", | 88 "engine/payload_type_mapper.h", |
| 89 "engine/simulcast.cc", | 89 "engine/simulcast.cc", |
| 90 "engine/simulcast.h", | 90 "engine/simulcast.h", |
| 91 "engine/videodecodersoftwarefallbackwrapper.cc", |
| 92 "engine/videodecodersoftwarefallbackwrapper.h", |
| 91 "engine/videoencodersoftwarefallbackwrapper.cc", | 93 "engine/videoencodersoftwarefallbackwrapper.cc", |
| 92 "engine/videoencodersoftwarefallbackwrapper.h", | 94 "engine/videoencodersoftwarefallbackwrapper.h", |
| 93 "engine/webrtccommon.h", | 95 "engine/webrtccommon.h", |
| 94 "engine/webrtcmediaengine.cc", | 96 "engine/webrtcmediaengine.cc", |
| 95 "engine/webrtcmediaengine.h", | 97 "engine/webrtcmediaengine.h", |
| 96 "engine/webrtcvideocapturer.cc", | 98 "engine/webrtcvideocapturer.cc", |
| 97 "engine/webrtcvideocapturer.h", | 99 "engine/webrtcvideocapturer.h", |
| 98 "engine/webrtcvideocapturerfactory.cc", | 100 "engine/webrtcvideocapturerfactory.cc", |
| 99 "engine/webrtcvideocapturerfactory.h", | 101 "engine/webrtcvideocapturerfactory.h", |
| 100 "engine/webrtcvideodecoderfactory.h", | 102 "engine/webrtcvideodecoderfactory.h", |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "base/streamparams_unittest.cc", | 289 "base/streamparams_unittest.cc", |
| 288 "base/turnutils_unittest.cc", | 290 "base/turnutils_unittest.cc", |
| 289 "base/videoadapter_unittest.cc", | 291 "base/videoadapter_unittest.cc", |
| 290 "base/videobroadcaster_unittest.cc", | 292 "base/videobroadcaster_unittest.cc", |
| 291 "base/videocapturer_unittest.cc", | 293 "base/videocapturer_unittest.cc", |
| 292 "base/videocommon_unittest.cc", | 294 "base/videocommon_unittest.cc", |
| 293 "base/videoengine_unittest.h", | 295 "base/videoengine_unittest.h", |
| 294 "engine/nullwebrtcvideoengine_unittest.cc", | 296 "engine/nullwebrtcvideoengine_unittest.cc", |
| 295 "engine/payload_type_mapper_unittest.cc", | 297 "engine/payload_type_mapper_unittest.cc", |
| 296 "engine/simulcast_unittest.cc", | 298 "engine/simulcast_unittest.cc", |
| 299 "engine/videodecodersoftwarefallbackwrapper_unittest.cc", |
| 297 "engine/videoencodersoftwarefallbackwrapper_unittest.cc", | 300 "engine/videoencodersoftwarefallbackwrapper_unittest.cc", |
| 298 "engine/webrtcmediaengine_unittest.cc", | 301 "engine/webrtcmediaengine_unittest.cc", |
| 299 "engine/webrtcvideocapturer_unittest.cc", | 302 "engine/webrtcvideocapturer_unittest.cc", |
| 300 "engine/webrtcvideoengine2_unittest.cc", | 303 "engine/webrtcvideoengine2_unittest.cc", |
| 301 "engine/webrtcvoiceengine_unittest.cc", | 304 "engine/webrtcvoiceengine_unittest.cc", |
| 302 "sctp/sctpdataengine_unittest.cc", | 305 "sctp/sctpdataengine_unittest.cc", |
| 303 ] | 306 ] |
| 304 | 307 |
| 305 configs += [ ":rtc_media_unittests_config" ] | 308 configs += [ ":rtc_media_unittests_config" ] |
| 306 | 309 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. | 342 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. |
| 340 ":rtc_media", | 343 ":rtc_media", |
| 341 ":rtc_unittest_main", | 344 ":rtc_unittest_main", |
| 342 "../audio", | 345 "../audio", |
| 343 "../base:rtc_base_tests_utils", | 346 "../base:rtc_base_tests_utils", |
| 344 "../modules/audio_device:mock_audio_device", | 347 "../modules/audio_device:mock_audio_device", |
| 345 "../system_wrappers:metrics_default", | 348 "../system_wrappers:metrics_default", |
| 346 ] | 349 ] |
| 347 } | 350 } |
| 348 } | 351 } |
| OLD | NEW |