summaryrefslogtreecommitdiff
path: root/layout/tables/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-09-07 13:04:19 +0000
committerMoonchild <moonchild@palemoon.org>2022-09-08 06:49:40 +0000
commit1fba5c3cc7dc145c2f7966e653e3b7cadd3f1905 (patch)
tree6c61fd5eb6fbbeeaf4ecc8e437821d50d2b96cad /layout/tables/moz.build
parent3d99e06afe960c529d6dd2c933a32451114f07d2 (diff)
downloaduxp-1fba5c3cc7dc145c2f7966e653e3b7cadd3f1905.tar.gz
Issue #80 - Re-unify most of the layout engine
Diffstat (limited to 'layout/tables/moz.build')
-rw-r--r--layout/tables/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/tables/moz.build b/layout/tables/moz.build
index c068290fef..556a5de823 100644
--- a/layout/tables/moz.build
+++ b/layout/tables/moz.build
@@ -12,7 +12,7 @@ EXPORTS += [
'nsITableCellLayout.h',
]
-SOURCES += [
+UNIFIED_SOURCES += [
'BasicTableLayoutStrategy.cpp',
'FixedTableLayoutStrategy.cpp',
'nsCellMap.cpp',