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
Родитель fbefe33635
Коммит 68991d744b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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