Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2325)

Unified Diff: webrtc/modules/BUILD.gn

Issue 2961723004: Allow an external audio processing module to be used in WebRTC (Closed)
Patch Set: Allow an external audio processing module to be used in WebRTC Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698