Bug 1199826 - identify bug components for webapprt directories; r=marco

This commit is contained in:
Myk Melez 2015-08-28 16:41:02 -07:00
parent 42555cf350
commit fe9befff26
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Web Apps')
EXTRA_PP_JS_MODULES += [ EXTRA_PP_JS_MODULES += [
'NativeApp.jsm', 'NativeApp.jsm',
'WebappOSUtils.jsm', 'WebappOSUtils.jsm',

View File

@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Webapp Runtime')
if CONFIG['OS_ARCH'] == 'WINNT': if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['win'] DIRS += ['win']
elif CONFIG['OS_ARCH'] == 'Darwin': elif CONFIG['OS_ARCH'] == 'Darwin':