diff options
Diffstat (limited to 'toolkit/components/timermanager/moz.build')
-rw-r--r-- | toolkit/components/timermanager/moz.build | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/toolkit/components/timermanager/moz.build b/toolkit/components/timermanager/moz.build index 9977df6b5c..81ef3330b0 100644 --- a/toolkit/components/timermanager/moz.build +++ b/toolkit/components/timermanager/moz.build @@ -6,16 +6,9 @@ XPIDL_MODULE = 'update' -XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini'] - -XPIDL_SOURCES += [ - 'nsIUpdateTimerManager.idl', -] +XPIDL_SOURCES += ['nsIUpdateTimerManager.idl'] EXTRA_COMPONENTS += [ 'nsUpdateTimerManager.js', 'nsUpdateTimerManager.manifest', ] - -with Files('**'): - BUG_COMPONENT = ('Toolkit', 'Application Update') |