diff options
author | Moonchild <moonchild@palemoon.org> | 2022-09-07 13:04:19 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-09-08 06:49:40 +0000 |
commit | 1fba5c3cc7dc145c2f7966e653e3b7cadd3f1905 (patch) | |
tree | 6c61fd5eb6fbbeeaf4ecc8e437821d50d2b96cad /layout/tables/moz.build | |
parent | 3d99e06afe960c529d6dd2c933a32451114f07d2 (diff) | |
download | uxp-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.build | 2 |
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', |