diff options
Diffstat (limited to 'browser/components/contextualidentity/moz.build')
-rw-r--r-- | browser/components/contextualidentity/moz.build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/browser/components/contextualidentity/moz.build b/browser/components/contextualidentity/moz.build index 62d333db8..aac3a838c 100644 --- a/browser/components/contextualidentity/moz.build +++ b/browser/components/contextualidentity/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/. -BROWSER_CHROME_MANIFESTS += [ - 'test/browser/browser.ini', -] - JAR_MANIFESTS += ['jar.mn'] - -with Files('**'): - BUG_COMPONENT = ('Firefox', 'Contextual Identity') |