Bug 912197 followup - fix B2G breakage from a bad rebase; irc-r=Ms2ger

This commit is contained in:
Nathan Froyd 2013-09-10 12:17:32 -04:00
parent a8c9a60f87
commit 74bd7eee54

View File

@ -448,11 +448,8 @@ if CONFIG['MOZ_GAMEPAD']:
if CONFIG['MOZ_B2G_RIL']:
WEBIDL_FILES += [
'CallsList.webidl',
'MozStkCommandEvent.webidl',
'Telephony.webidl',
'TelephonyCall.webidl',
'TelephonyCallGroup.webidl',
'MozVoicemail.webidl',
]
WEBIDL_FILES += [
@ -495,7 +492,6 @@ if CONFIG['MOZ_B2G_BT']:
if CONFIG['MOZ_B2G_RIL']:
WEBIDL_FILES += [
'CallEvent.webidl',
'CFStateChangeEvent.webidl',
'DataErrorEvent.webidl',
'IccCardLockErrorEvent.webidl',