diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 22:30:35 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-06 19:12:48 +0200 |
commit | e733c3681b03436a43c20cfda2db1d2c79591640 (patch) | |
tree | 4515d0ac6f25e036306350f77c662a7d1cd9a9f9 /layout/xul/tree | |
parent | 157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338 (diff) | |
download | UXP-e733c3681b03436a43c20cfda2db1d2c79591640.tar UXP-e733c3681b03436a43c20cfda2db1d2c79591640.tar.gz UXP-e733c3681b03436a43c20cfda2db1d2c79591640.tar.lz UXP-e733c3681b03436a43c20cfda2db1d2c79591640.tar.xz UXP-e733c3681b03436a43c20cfda2db1d2c79591640.zip |
Issue #80 - De-unify layout/xul and tree, grid
Diffstat (limited to 'layout/xul/tree')
-rw-r--r-- | layout/xul/tree/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/xul/tree/moz.build b/layout/xul/tree/moz.build index ccac5bde9..7d150881a 100644 --- a/layout/xul/tree/moz.build +++ b/layout/xul/tree/moz.build @@ -27,7 +27,7 @@ EXPORTS.mozilla.dom += [ 'TreeBoxObject.h' ] -UNIFIED_SOURCES += [ +SOURCES += [ 'nsTreeBodyFrame.cpp', 'nsTreeColFrame.cpp', 'nsTreeColumns.cpp', |