Bug 926799: Move some new webrtc-specific webidl files to the webrtc-specific section in their moz.build file. r=jesup

This commit is contained in:
Daniel Holbert 2013-10-15 10:49:02 -04:00
parent 8ebcecb0c8
commit 34480e78b2

View File

@ -242,10 +242,6 @@ WEBIDL_FILES = [
'PaintRequestList.webidl',
'PannerNode.webidl',
'ParentNode.webidl',
'PeerConnectionImpl.webidl',
'PeerConnectionImplEnums.webidl',
'PeerConnectionObserver.webidl',
'PeerConnectionObserverEnums.webidl',
'Performance.webidl',
'PerformanceNavigation.webidl',
'PerformanceTiming.webidl',
@ -444,6 +440,10 @@ if CONFIG['MOZ_WEBRTC']:
WEBIDL_FILES += [
'DataChannel.webidl',
'MediaStreamList.webidl',
'PeerConnectionImpl.webidl',
'PeerConnectionImplEnums.webidl',
'PeerConnectionObserver.webidl',
'PeerConnectionObserverEnums.webidl',
]
if CONFIG['MOZ_WEBSPEECH']: