Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index ac14d7d528adf6fc19f87c6cef9ddb76d0c8d801..c8b7ea04abcb1356b0af891936fa5e936e7852c5 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -178,8 +178,8 @@ source_set("webrtc") { |
public_configs = [ ":common_inherited_config" ] |
deps = [ |
- "audio", |
":webrtc_common", |
+ "audio", |
"base:rtc_base", |
"call", |
"common_audio", |
@@ -195,6 +195,7 @@ source_set("webrtc") { |
"modules/utility", |
"modules/video_coding", |
"modules/video_processing", |
+ "sound:rtc_sound", |
"system_wrappers", |
"tools", |
"video", |