Bug 1577821: Add BUG_COMPONENT to launcher process moz.build; r=mhowell

Differential Revision: https://phabricator.services.mozilla.com/D44209

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Aaron Klotz 2019-08-30 16:34:10 +00:00
Родитель b185926d7c
Коммит bf6373df58
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -66,3 +66,6 @@ if CONFIG['MOZ_LAUNCHER_PROCESS']:
DEFINES[var] = '"%s"' % CONFIG[var]
DisableStlWrapping()
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Launcher Process')