Bug 1362201 - Fix moz.build bug components for Toolkit :: Notifications and Alerts rs=me r=KWierso

MozReview-Commit-ID: E7uXW4FBxJY

--HG--
extra : rebase_source : 34c93a8eb505167a6bd51bb6bad8c920a36c25b2
This commit is contained in:
Wes Kocher 2017-05-04 14:44:58 -07:00
Родитель a826223c85
Коммит 3ce2f90b36
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -29,7 +29,7 @@ with Files("sync/**"):
BUG_COMPONENT = ("Firefox", "Sync") BUG_COMPONENT = ("Firefox", "Sync")
with Files("test/alerts/**"): with Files("test/alerts/**"):
BUG_COMPONENT = ("Toolkit", "Notification and Alerts") BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
with Files("test/appUpdate/**"): with Files("test/appUpdate/**"):
BUG_COMPONENT = ("Toolkit", "Application Update") BUG_COMPONENT = ("Toolkit", "Application Update")

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

@ -98,7 +98,7 @@ with Files("DynamicsCompressorNode.webidl"):
BUG_COMPONENT = ("Core", "Web Audio") BUG_COMPONENT = ("Core", "Web Audio")
with Files("DesktopNotification.webidl"): with Files("DesktopNotification.webidl"):
BUG_COMPONENT = ("Toolkit", "Notification and Alerts") BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
with Files("FakePluginTagInit.webidl"): with Files("FakePluginTagInit.webidl"):
BUG_COMPONENT = ("Core", "Plug-ins") BUG_COMPONENT = ("Core", "Plug-ins")