bug 1401052 label GfxInfo files as Graphics BUG_COMPONENT r=jrmuizel

MozReview-Commit-ID: ANeqbmNDSsy

--HG--
extra : rebase_source : 86f37397a5ab7a644edbd42b4027ba4271d939cc
This commit is contained in:
Karl Tomlinson 2017-09-19 12:10:50 +12:00
parent a0bf5a4eff
commit 90ba07bb95

View File

@ -25,6 +25,9 @@ with Files("reftests/*fallback*"):
with Files("*CompositorWidget*"):
BUG_COMPONENT = ("Core", "Graphics")
with Files("*Gfx*"):
BUG_COMPONENT = ("Core", "Graphics")
with Files("*WindowSurface*"):
BUG_COMPONENT = ("Core", "Graphics")