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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 "base/fakemediaengine.h", | 236 "base/fakemediaengine.h", |
237 "base/fakenetworkinterface.h", | 237 "base/fakenetworkinterface.h", |
238 "base/fakertp.h", | 238 "base/fakertp.h", |
239 "base/fakevideocapturer.h", | 239 "base/fakevideocapturer.h", |
240 "base/fakevideorenderer.h", | 240 "base/fakevideorenderer.h", |
241 "base/test/mock_mediachannel.h", | 241 "base/test/mock_mediachannel.h", |
242 "base/testutils.cc", | 242 "base/testutils.cc", |
243 "base/testutils.h", | 243 "base/testutils.h", |
244 "engine/fakewebrtccall.cc", | 244 "engine/fakewebrtccall.cc", |
245 "engine/fakewebrtccall.h", | 245 "engine/fakewebrtccall.h", |
246 "engine/fakewebrtccommon.h", | |
247 "engine/fakewebrtcdeviceinfo.h", | 246 "engine/fakewebrtcdeviceinfo.h", |
248 "engine/fakewebrtcvcmfactory.h", | 247 "engine/fakewebrtcvcmfactory.h", |
249 "engine/fakewebrtcvideocapturemodule.h", | 248 "engine/fakewebrtcvideocapturemodule.h", |
250 "engine/fakewebrtcvideoengine.h", | 249 "engine/fakewebrtcvideoengine.h", |
251 "engine/fakewebrtcvoiceengine.h", | 250 "engine/fakewebrtcvoiceengine.h", |
252 ] | 251 ] |
253 | 252 |
254 configs += [ | 253 configs += [ |
255 "..:common_config", | 254 "..:common_config", |
256 ":rtc_unittest_main_config", | 255 ":rtc_unittest_main_config", |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 deps += [ | 387 deps += [ |
389 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. | 388 # TODO(kjellander): Move as part of work in bugs.webrtc.org/4243. |
390 ":rtc_media", | 389 ":rtc_media", |
391 ":rtc_unittest_main", | 390 ":rtc_unittest_main", |
392 "../audio", | 391 "../audio", |
393 "../base:rtc_base_tests_utils", | 392 "../base:rtc_base_tests_utils", |
394 "../system_wrappers:metrics_default", | 393 "../system_wrappers:metrics_default", |
395 ] | 394 ] |
396 } | 395 } |
397 } | 396 } |
OLD | NEW |