Chromium Code Reviews| Index: webrtc/modules/BUILD.gn |
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
| index 258683165d2b361c5f30be2827fd2cfb85a18656..4ac8142cd210910228d9d9f442daee7eb84ec3b7 100644 |
| --- a/webrtc/modules/BUILD.gn |
| +++ b/webrtc/modules/BUILD.gn |
| @@ -223,22 +223,25 @@ 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", |
|
the sun
2017/06/29 10:41:52
Uh-oh! Please revert these changes - I was trying
peah-webrtc
2017/06/29 11:46:31
Done.
|
| + # "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 |