Issue #439 - Remove tests from toolkit/

This commit is contained in:
Matt A. Tobin 2020-02-25 15:07:00 -05:00 committed by Roy Tam
commit e5bacc6f6e
2362 changed files with 95 additions and 246993 deletions

View file

@ -11,11 +11,7 @@ DIRS += [
'updater',
]
XPIDL_SOURCES += [
'nsIUpdateService.idl',
]
TEST_DIRS += ['tests']
XPIDL_SOURCES += ['nsIUpdateService.idl']
EXTRA_COMPONENTS += [
'nsUpdateService.manifest',
@ -25,6 +21,3 @@ EXTRA_COMPONENTS += [
EXTRA_PP_COMPONENTS += ['nsUpdateService.js']
JAR_MANIFESTS += ['jar.mn']
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Application Update')