d2e479
diff --git a/third_party/libwebrtc/moz.build b/third_party/libwebrtc/moz.build
d2e479
index 8579f8bb3622..d9ca79d4fcb8 100644
d2e479
--- a/third_party/libwebrtc/moz.build
d2e479
+++ b/third_party/libwebrtc/moz.build
d2e479
@@ -520,7 +520,10 @@ if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux":
d2e479
         "/third_party/libwebrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn",
d2e479
         "/third_party/libwebrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn",
d2e479
         "/third_party/libwebrtc/modules/audio_coding/isac_c_gn",
d2e479
-        "/third_party/libwebrtc/modules/audio_coding/isac_gn"
d2e479
+        "/third_party/libwebrtc/modules/audio_coding/isac_gn",
d2e479
+        "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_generic_gn",
d2e479
+        "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn",
d2e479
+        "/third_party/libwebrtc/modules/desktop_capture/primitives_gn"
d2e479
     ]
d2e479
 
d2e479
 if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
d2e479