Bug 1536162 - Update bugzilla component for gfx/wr. r=jrmuizel

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-03-21 20:40:57 +00:00
parent 7262280404
commit 388044686f

View File

@ -6,6 +6,8 @@
with Files('**'):
BUG_COMPONENT = ('Core', 'Graphics')
with Files('wr/**'):
BUG_COMPONENT = ('Core', 'Graphics: WebRender')
if CONFIG['MOZ_TREE_CAIRO']:
DIRS += ['cairo']