mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Issue #80 - De-unify dom/xul
This commit is contained in:
parent
2c7e0856ce
commit
429b235e94
8 changed files with 19 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ if CONFIG['MOZ_XUL']:
|
|||
'nsIXULDocument.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsXULCommandDispatcher.cpp',
|
||||
'nsXULContentSink.cpp',
|
||||
'nsXULElement.cpp',
|
||||
|
|
@ -36,7 +36,7 @@ XPIDL_SOURCES += [
|
|||
|
||||
XPIDL_MODULE = 'xul'
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'nsXULControllers.cpp',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue