summaryrefslogtreecommitdiffstats
path: root/layout/tables/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-30 21:45:28 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:12:37 +0200
commit157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338 (patch)
tree24cf9164545f779fdc93cd8e0dbbeff4c78bf36a /layout/tables/moz.build
parent5c3c92da90eb339c8f65f0fea43fb595684455ae (diff)
downloadUXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.tar
UXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.tar.gz
UXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.tar.lz
UXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.tar.xz
UXP-157cd64a8efd0d9ed7a39004aafdb1e1e5e4c338.zip
Issue #80 - De-unify layout/tables
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 e28e21ee0..554ffebec 100644
--- a/layout/tables/moz.build
+++ b/layout/tables/moz.build
@@ -13,7 +13,7 @@ EXPORTS += [
'nsITableCellLayout.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'BasicTableLayoutStrategy.cpp',
'FixedTableLayoutStrategy.cpp',
'nsCellMap.cpp',