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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "base/mediaconstants.cc", | 60 "base/mediaconstants.cc", |
61 "base/mediaconstants.h", | 61 "base/mediaconstants.h", |
62 "base/mediaengine.cc", | 62 "base/mediaengine.cc", |
63 "base/mediaengine.h", | 63 "base/mediaengine.h", |
64 "base/rtpdataengine.cc", | 64 "base/rtpdataengine.cc", |
65 "base/rtpdataengine.h", | 65 "base/rtpdataengine.h", |
66 "base/rtpdump.cc", | 66 "base/rtpdump.cc", |
67 "base/rtpdump.h", | 67 "base/rtpdump.h", |
68 "base/rtputils.cc", | 68 "base/rtputils.cc", |
69 "base/rtputils.h", | 69 "base/rtputils.h", |
70 "base/screencastid.h", | |
71 "base/streamparams.cc", | 70 "base/streamparams.cc", |
72 "base/streamparams.h", | 71 "base/streamparams.h", |
73 "base/turnutils.cc", | 72 "base/turnutils.cc", |
74 "base/turnutils.h", | 73 "base/turnutils.h", |
75 "base/videoadapter.cc", | 74 "base/videoadapter.cc", |
76 "base/videoadapter.h", | 75 "base/videoadapter.h", |
77 "base/videobroadcaster.cc", | 76 "base/videobroadcaster.cc", |
78 "base/videobroadcaster.h", | 77 "base/videobroadcaster.h", |
79 "base/videocapturer.cc", | 78 "base/videocapturer.cc", |
80 "base/videocapturer.h", | 79 "base/videocapturer.h", |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 deps += [ | 348 deps += [ |
350 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. | 349 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. |
351 ":rtc_media", | 350 ":rtc_media", |
352 ":rtc_unittest_main", | 351 ":rtc_unittest_main", |
353 "../audio", | 352 "../audio", |
354 "../base:rtc_base_tests_utils", | 353 "../base:rtc_base_tests_utils", |
355 "../system_wrappers:metrics_default", | 354 "../system_wrappers:metrics_default", |
356 ] | 355 ] |
357 } | 356 } |
358 } | 357 } |
OLD | NEW |