diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 22:30:35 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-30 22:30:35 +0000 |
commit | e11620a0f5b81ddd439c3547bd1ee41330852d2b (patch) | |
tree | 8b2ef3e5f5e8f28650a649a34a2507ce82d568fb /layout/xul/tree | |
parent | 4aafee310e2833cc916ba5ae8435a4b156fd278b (diff) | |
download | UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.tar UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.tar.gz UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.tar.lz UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.tar.xz UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.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', |