mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
|
|
@ -257,6 +257,10 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
|||
'nsURLHelperWin.cpp',
|
||||
'ShutdownLayer.cpp',
|
||||
]
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
SOURCES += [
|
||||
'nsURLHelperOSX.cpp',
|
||||
]
|
||||
else:
|
||||
SOURCES += [
|
||||
'nsURLHelperUnix.cpp',
|
||||
|
|
@ -268,6 +272,11 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
|||
'NetworkInfoServiceWindows.cpp',
|
||||
'nsNetworkInfoService.cpp',
|
||||
]
|
||||
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
SOURCES += [
|
||||
'NetworkInfoServiceCocoa.cpp',
|
||||
'nsNetworkInfoService.cpp',
|
||||
]
|
||||
elif CONFIG['OS_ARCH'] == 'Linux':
|
||||
SOURCES += [
|
||||
'NetworkInfoServiceLinux.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue