mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #80 - Re-unify most of the layout engine
This commit is contained in:
parent
60e4e33442
commit
b27475f6a9
9 changed files with 32 additions and 16 deletions
|
|
@ -43,7 +43,7 @@ EXPORTS.mozilla.dom += [
|
|||
'ScrollBoxObject.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'BoxObject.cpp',
|
||||
'nsBox.cpp',
|
||||
'nsBoxFrame.cpp',
|
||||
|
|
@ -63,7 +63,7 @@ SOURCES += [
|
|||
]
|
||||
|
||||
if CONFIG['MOZ_XUL']:
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'ContainerBoxObject.cpp',
|
||||
'ListBoxObject.cpp',
|
||||
'MenuBoxObject.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue