gecko-dev/browser/extensions/webcompat-reporter/moz.build
Mike Taylor a97efa0390 Bug 1333439. Add BUG_COMPONENT to webcompat-reporter moz.build. r=jmaher
MozReview-Commit-ID: 6UMrkwJmW5h

--HG--
extra : rebase_source : 91fe468c197e4ece06dda1589bf0b28c19e612b2
2017-02-07 12:21:11 -06:00

26 lines
764 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# 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/.
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
DEFINES['MOZ_APP_MAXVERSION'] = CONFIG['MOZ_APP_MAXVERSION']
DIRS += ['locales']
FINAL_TARGET_FILES.features['webcompat-reporter@mozilla.org'] += [
'bootstrap.js'
]
FINAL_TARGET_PP_FILES.features['webcompat-reporter@mozilla.org'] += [
'install.rdf.in'
]
JAR_MANIFESTS += ['jar.mn']
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
with Files('**'):
BUG_COMPONENT = ('Web Compatibility', 'General')