diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
commit | ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c (patch) | |
tree | a93e4d3ac7d056b07dc2e8b3ec52ae61b30b3351 /dom/xul/moz.build | |
parent | 0e27cb13cca8255e6afa3ba8a1b805ae8060588b (diff) | |
download | UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.gz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.lz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.xz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.zip |
Issue #80 - De-unify dom/xul
Diffstat (limited to 'dom/xul/moz.build')
-rw-r--r-- | dom/xul/moz.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/xul/moz.build b/dom/xul/moz.build index 8dff722be..dad38a2c4 100644 --- a/dom/xul/moz.build +++ b/dom/xul/moz.build @@ -19,7 +19,7 @@ if CONFIG['MOZ_XUL']: 'nsIXULDocument.h', ] - UNIFIED_SOURCES += [ + SOURCES += [ 'nsXULCommandDispatcher.cpp', 'nsXULContentSink.cpp', 'nsXULElement.cpp', @@ -36,7 +36,7 @@ XPIDL_SOURCES += [ XPIDL_MODULE = 'xul' -UNIFIED_SOURCES += [ +SOURCES += [ 'nsXULControllers.cpp', ] |