diff options
Diffstat (limited to 'toolkit/components/workerloader/moz.build')
-rw-r--r-- | toolkit/components/workerloader/moz.build | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/toolkit/components/workerloader/moz.build b/toolkit/components/workerloader/moz.build index 145f7adc0..f81309dcc 100644 --- a/toolkit/components/workerloader/moz.build +++ b/toolkit/components/workerloader/moz.build @@ -4,11 +4,4 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini'] - -EXTRA_JS_MODULES.workers += [ - 'require.js' -] - -with Files('**'): - BUG_COMPONENT = ('Toolkit', 'Async Tooling') +EXTRA_JS_MODULES.workers += ['require.js'] |