mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
[PALEMOON] Finish incomplete ifdef'ing of MOZ_WEBRTC
This commit is contained in:
parent
332daa081a
commit
47e1dee242
14 changed files with 58 additions and 9 deletions
|
|
@ -19,10 +19,12 @@ EXTRA_JS_MODULES += [
|
|||
'PageMenu.jsm',
|
||||
'PopupNotifications.jsm',
|
||||
'QuotaManager.jsm',
|
||||
'SharedFrame.jsm',
|
||||
'webrtcUI.jsm'
|
||||
'SharedFrame.jsm'
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_WEBRTC']:
|
||||
EXTRA_JS_MODULES += ['webrtcUI.jsm']
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
EXTRA_JS_MODULES += [
|
||||
'Windows8WindowFrameColor.jsm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue