diff options
author | Moonchild <moonchild@palemoon.org> | 2022-03-07 18:05:45 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-03-21 13:24:51 +0000 |
commit | 82222235b0748430080363efb43161d5ab25932a (patch) | |
tree | cb13d90494c32d76c95918284c17cfed9c368ed7 /dom/commandhandler | |
parent | cdb4e124a7f2d87060b5df29580dd936dec01cd4 (diff) | |
download | aura-central-82222235b0748430080363efb43161d5ab25932a.tar.gz |
Issue %2 - De-unify sources in /dom
This excludes a few known problematic parts.
Also excludes gtests because it'd be irrelevant to put the time in.
Diffstat (limited to 'dom/commandhandler')
-rw-r--r-- | dom/commandhandler/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/commandhandler/moz.build b/dom/commandhandler/moz.build index ea862808d..fcee2deeb 100644 --- a/dom/commandhandler/moz.build +++ b/dom/commandhandler/moz.build @@ -14,7 +14,7 @@ XPIDL_SOURCES += [ XPIDL_MODULE = 'commandhandler' -UNIFIED_SOURCES += [ +SOURCES += [ 'nsBaseCommandController.cpp', 'nsCommandGroup.cpp', 'nsCommandManager.cpp', |