diff options
Diffstat (limited to 'browser/components/translation/moz.build')
-rw-r--r-- | browser/components/translation/moz.build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/browser/components/translation/moz.build b/browser/components/translation/moz.build index 468f2af20..ac0165230 100644 --- a/browser/components/translation/moz.build +++ b/browser/components/translation/moz.build @@ -14,11 +14,3 @@ EXTRA_JS_MODULES.translation = [ ] JAR_MANIFESTS += ['jar.mn'] - -BROWSER_CHROME_MANIFESTS += [ - 'test/browser.ini' -] - -XPCSHELL_TESTS_MANIFESTS += [ - 'test/unit/xpcshell.ini' -] |