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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 "base/rtputils_unittest.cc", | 297 "base/rtputils_unittest.cc", |
298 "base/streamparams_unittest.cc", | 298 "base/streamparams_unittest.cc", |
299 "base/turnutils_unittest.cc", | 299 "base/turnutils_unittest.cc", |
300 "base/videoadapter_unittest.cc", | 300 "base/videoadapter_unittest.cc", |
301 "base/videobroadcaster_unittest.cc", | 301 "base/videobroadcaster_unittest.cc", |
302 "base/videocapturer_unittest.cc", | 302 "base/videocapturer_unittest.cc", |
303 "base/videocommon_unittest.cc", | 303 "base/videocommon_unittest.cc", |
304 "base/videoengine_unittest.h", | 304 "base/videoengine_unittest.h", |
305 "base/videoframe_unittest.h", | 305 "base/videoframe_unittest.h", |
306 "engine/nullwebrtcvideoengine_unittest.cc", | 306 "engine/nullwebrtcvideoengine_unittest.cc", |
| 307 "engine/payload_type_mapper_unittest.cc", |
307 "engine/simulcast_unittest.cc", | 308 "engine/simulcast_unittest.cc", |
308 "engine/webrtcmediaengine_unittest.cc", | 309 "engine/webrtcmediaengine_unittest.cc", |
309 "engine/webrtcvideocapturer_unittest.cc", | 310 "engine/webrtcvideocapturer_unittest.cc", |
310 "engine/webrtcvideoengine2_unittest.cc", | 311 "engine/webrtcvideoengine2_unittest.cc", |
311 "engine/webrtcvideoframe_unittest.cc", | 312 "engine/webrtcvideoframe_unittest.cc", |
312 "engine/webrtcvideoframefactory_unittest.cc", | 313 "engine/webrtcvideoframefactory_unittest.cc", |
313 "engine/webrtcvoiceengine_unittest.cc", | 314 "engine/webrtcvoiceengine_unittest.cc", |
314 "sctp/sctpdataengine_unittest.cc", | 315 "sctp/sctpdataengine_unittest.cc", |
315 ] | 316 ] |
316 | 317 |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 deps += [ | 356 deps += [ |
356 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. | 357 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. |
357 ":rtc_media", | 358 ":rtc_media", |
358 ":rtc_unittest_main", | 359 ":rtc_unittest_main", |
359 "../audio", | 360 "../audio", |
360 "../base:rtc_base_tests_utils", | 361 "../base:rtc_base_tests_utils", |
361 "../system_wrappers:metrics_default", | 362 "../system_wrappers:metrics_default", |
362 ] | 363 ] |
363 } | 364 } |
364 } | 365 } |
OLD | NEW |