Bug 1143470 - Add BUG_COMPONENT to moz.build files in toolkit and xulrunner. r=gavin

This commit is contained in:
Sebastian Hengst
2015-03-15 19:36:24 +01:00
parent 108dcb101a
commit e35e29ccdb
34 changed files with 116 additions and 2 deletions

View File

@@ -9,3 +9,6 @@ MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']
EXTRA_JS_MODULES.workers += [
'require.js'
]
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Async Tooling')