mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
|
|
@ -10,6 +10,8 @@ XPIDL_MODULE = 'parentalcontrols'
|
|||
if not CONFIG['MOZ_DISABLE_PARENTAL_CONTROLS']:
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
SOURCES += ['nsParentalControlsServiceWin.cpp']
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
UNIFIED_SOURCES += ['nsParentalControlsServiceCocoa.mm']
|
||||
else:
|
||||
SOURCES += ['nsParentalControlsServiceDefault.cpp']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue