Always build RTCIceServer.webidl, since it doesn't rely on WebRTC machinery, and is needed in DummyBinding. Followup for bug 830099.

This commit is contained in:
Boris Zbarsky 2013-01-29 01:02:29 -05:00
parent 6316217ab4
commit 8d9b5e0402

View File

@ -98,6 +98,7 @@ webidl_files = \
ProcessingInstruction.webidl \
Rect.webidl \
RGBColor.webidl \
RTCIceServer.webidl \
Screen.webidl \
SVGAElement.webidl \
SVGAltGlyphElement.webidl \
@ -192,7 +193,6 @@ endif
ifdef MOZ_WEBRTC
webidl_files += \
MediaStreamList.webidl \
RTCIceServer.webidl \
$(NULL)
endif