Remove browser tests - Part 2: Build System

This commit is contained in:
NTD 2018-02-03 06:01:32 -05:00 committed by Roy Tam
commit dccef80da0
24 changed files with 0 additions and 172 deletions

View file

@ -14,7 +14,6 @@ DIRS += [
'feeds',
'migration',
'newtab',
'originattributes',
'places',
'preferences',
'privatebrowsing',
@ -48,18 +47,3 @@ EXTRA_COMPONENTS += [
EXTRA_JS_MODULES += [
'distribution.js',
]
BROWSER_CHROME_MANIFESTS += [
'safebrowsing/content/test/browser.ini',
'tests/browser/browser.ini'
]
XPCSHELL_TESTS_MANIFESTS += [
'tests/unit/xpcshell.ini'
]
with Files('safebrowsing/*'):
BUG_COMPONENT = ('Toolkit', 'Phishing Protection')
with Files('controlcenter/**'):
BUG_COMPONENT = ('Firefox', 'General')