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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 "../base:rtc_base_tests_utils", | 447 "../base:rtc_base_tests_utils", |
448 "../call:call_interfaces", | 448 "../call:call_interfaces", |
449 "../common_video:common_video", | 449 "../common_video:common_video", |
450 "../logging:rtc_event_log_api", | 450 "../logging:rtc_event_log_api", |
451 "../modules/audio_device:mock_audio_device", | 451 "../modules/audio_device:mock_audio_device", |
452 "../modules/audio_processing:audio_processing", | 452 "../modules/audio_processing:audio_processing", |
453 "../modules/video_coding:video_coding_utility", | 453 "../modules/video_coding:video_coding_utility", |
454 "../modules/video_coding:webrtc_vp8", | 454 "../modules/video_coding:webrtc_vp8", |
455 "../p2p:rtc_p2p_unittests", | 455 "../p2p:rtc_p2p_unittests", |
456 "../system_wrappers:metrics_default", | 456 "../system_wrappers:metrics_default", |
| 457 "../test:audio_codec_mocks", |
457 "../test:test_support", | 458 "../test:test_support", |
458 "../voice_engine:voice_engine", | 459 "../voice_engine:voice_engine", |
459 ] | 460 ] |
460 } | 461 } |
461 } | 462 } |
OLD | NEW |