mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1199826 - identify bug components for webapprt directories; r=marco
This commit is contained in:
parent
b30a45eab2
commit
aa5d8f970f
@ -4,6 +4,9 @@
|
||||
# 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/.
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Web Apps')
|
||||
|
||||
EXTRA_PP_JS_MODULES += [
|
||||
'NativeApp.jsm',
|
||||
'WebappOSUtils.jsm',
|
||||
|
@ -4,6 +4,9 @@
|
||||
# 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/.
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Webapp Runtime')
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
DIRS += ['win']
|
||||
elif CONFIG['OS_ARCH'] == 'Darwin':
|
||||
|
Loading…
Reference in New Issue
Block a user