diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 02:25:38 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 02:25:38 -0400 |
commit | 9d165d52714be147216b75fea36fc1b74b2cd6b7 (patch) | |
tree | 2a8a7d41fcd3759c5380c22a3a5ee0b48779978e | |
parent | 9c1defdf1b2ca464c7aa83b8c377ec78427badf9 (diff) | |
download | UXP-9d165d52714be147216b75fea36fc1b74b2cd6b7.tar UXP-9d165d52714be147216b75fea36fc1b74b2cd6b7.tar.gz UXP-9d165d52714be147216b75fea36fc1b74b2cd6b7.tar.lz UXP-9d165d52714be147216b75fea36fc1b74b2cd6b7.tar.xz UXP-9d165d52714be147216b75fea36fc1b74b2cd6b7.zip |
Issue #80 - De-unify dom/console
-rw-r--r-- | dom/console/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/console/moz.build b/dom/console/moz.build index 79bd1cf09..82623e442 100644 --- a/dom/console/moz.build +++ b/dom/console/moz.build @@ -22,7 +22,7 @@ EXPORTS.mozilla.dom += [ 'Console.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'Console.cpp', 'ConsoleReportCollector.cpp', ] |