mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #80 - De-unify netwerk/socket
This commit is contained in:
parent
be78f46bae
commit
8863dff0dd
2 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ LOCAL_INCLUDES += [
|
|||
'/netwerk/base',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsSocketProviderService.cpp',
|
||||
'nsSOCKSIOLayer.cpp',
|
||||
'nsSOCKSSocketProvider.cpp',
|
||||
|
|
@ -29,7 +29,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
|||
XPIDL_SOURCES += [
|
||||
'nsINamedPipeService.idl',
|
||||
]
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsNamedPipeIOLayer.cpp',
|
||||
'nsNamedPipeService.cpp'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue