Index: webrtc/modules/audio_mixer/BUILD.gn |
diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn |
index 7ef27908be2a6b07f8d6bba8513a757e6cee798c..2449c54979c9cfb8ea203dfe4a9b4dd78151f9a8 100644 |
--- a/webrtc/modules/audio_mixer/BUILD.gn |
+++ b/webrtc/modules/audio_mixer/BUILD.gn |
@@ -72,9 +72,11 @@ source_set("audio_conference_mixer") { |
} |
deps = [ |
+ "../..:webrtc_common", |
"../../base:rtc_base_approved", |
"../../modules/audio_processing", |
"../../modules/utility", |
"../../system_wrappers", |
+ "../../system_wrappers:system_wrappers_default", |
aleloi
2016/08/11 08:09:39
Those were missing dependencies.
|
] |
} |