summaryrefslogtreecommitdiffstats
path: root/layout/xul/grid
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-30 22:30:35 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:12:48 +0200
commite733c3681b03436a43c20cfda2db1d2c79591640 (patch)
tree4515d0ac6f25e036306350f77c662a7d1cd9a9f9 /layout/xul/grid
parent157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338 (diff)
downloadUXP-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/grid')
-rw-r--r--layout/xul/grid/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/xul/grid/moz.build b/layout/xul/grid/moz.build
index 074985aaf..049489ab2 100644
--- a/layout/xul/grid/moz.build
+++ b/layout/xul/grid/moz.build
@@ -19,7 +19,7 @@ EXPORTS += [
'nsIGridPart.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'nsGrid.cpp',
'nsGridCell.cpp',
'nsGridLayout2.cpp',