| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index 258683165d2b361c5f30be2827fd2cfb85a18656..3865a6affea7cefabbcafcec75e943c748dd0ec9 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -223,22 +223,22 @@ if (rtc_include_tests) {
|
| deps = [
|
| ":module_api",
|
| "../test:test_main",
|
| - "audio_coding:audio_coding_unittests",
|
| - "audio_conference_mixer:audio_conference_mixer_unittests",
|
| - "audio_device:audio_device_unittests",
|
| - "audio_mixer:audio_mixer_unittests",
|
| - "audio_processing:audio_processing_unittests",
|
| - "bitrate_controller:bitrate_controller_unittests",
|
| + # "audio_coding:audio_coding_unittests",
|
| + # "audio_conference_mixer:audio_conference_mixer_unittests",
|
| + # "audio_device:audio_device_unittests",
|
| + # "audio_mixer:audio_mixer_unittests",
|
| + # "audio_processing:audio_processing_unittests",
|
| + # "bitrate_controller:bitrate_controller_unittests",
|
| "congestion_controller:congestion_controller_unittests",
|
| - "desktop_capture:desktop_capture_unittests",
|
| - "media_file:media_file_unittests",
|
| - "pacing:pacing_unittests",
|
| + # "desktop_capture:desktop_capture_unittests",
|
| + # "media_file:media_file_unittests",
|
| + # "pacing:pacing_unittests",
|
| "remote_bitrate_estimator:remote_bitrate_estimator_unittests",
|
| - "rtp_rtcp:rtp_rtcp_unittests",
|
| - "utility:utility_unittests",
|
| - "video_capture",
|
| - "video_coding:video_coding_unittests",
|
| - "video_processing:video_processing_unittests",
|
| + # "rtp_rtcp:rtp_rtcp_unittests",
|
| + # "utility:utility_unittests",
|
| + # "video_capture",
|
| + # "video_coding:video_coding_unittests",
|
| + # "video_processing:video_processing_unittests",
|
| ]
|
|
|
| data = modules_unittests_resources
|
|
|