mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #80 - De-unify layout/xul and tree, grid
This commit is contained in:
parent
a892cb0808
commit
22a865ad05
9 changed files with 14 additions and 4 deletions
|
|
@ -44,7 +44,7 @@ EXPORTS.mozilla.dom += [
|
|||
'ScrollBoxObject.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'BoxObject.cpp',
|
||||
'nsBox.cpp',
|
||||
'nsBoxFrame.cpp',
|
||||
|
|
@ -64,7 +64,7 @@ UNIFIED_SOURCES += [
|
|||
]
|
||||
|
||||
if CONFIG['MOZ_XUL']:
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'ContainerBoxObject.cpp',
|
||||
'ListBoxObject.cpp',
|
||||
'MenuBoxObject.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue