bug 1401052 label GfxInfo files as Graphics BUG_COMPONENT r?jrmuizel draft
authorKarl Tomlinson <karlt+@karlt.net>
Tue, 19 Sep 2017 12:10:50 +1200
changeset 666606 de396985780a099466be72e096afdc9863cbd0dd
parent 666598 30a386ff1192cba08a2f899343f81f6946bc6148
child 732162 eb26c7aa1276109d41f564f42a17258fdf1bf3e9
push id80466
push userktomlinson@mozilla.com
push dateTue, 19 Sep 2017 00:11:49 +0000
reviewersjrmuizel
bugs1401052
milestone57.0a1
bug 1401052 label GfxInfo files as Graphics BUG_COMPONENT r?jrmuizel MozReview-Commit-ID: ANeqbmNDSsy
widget/moz.build
--- a/widget/moz.build
+++ b/widget/moz.build
@@ -20,16 +20,19 @@ with Files("reftests/**"):
     BUG_COMPONENT = ("Core", "Widget: Cocoa")
 
 with Files("reftests/*fallback*"):
     BUG_COMPONENT = ("Core", "Layout: Form Controls")
 
 with Files("*CompositorWidget*"):
     BUG_COMPONENT = ("Core", "Graphics")
 
+with Files("*Gfx*"):
+    BUG_COMPONENT = ("Core", "Graphics")
+
 with Files("*WindowSurface*"):
     BUG_COMPONENT = ("Core", "Graphics")
 
 with Files("*FontRange*"):
     BUG_COMPONENT = ("Core", "Widget: Cocoa")
 
 toolkit = CONFIG['MOZ_WIDGET_TOOLKIT']