mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Remove browser tests - Part 2: Build System
This commit is contained in:
parent
261374f310
commit
dccef80da0
24 changed files with 0 additions and 172 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue