bug 1546714: remote: map Remote Protocol :: {DOM, Input} bug components; r=ochameau

DONTBUILD

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2019-04-24 17:35:38 +00:00
Родитель 7c92e63506
Коммит e40c27877d
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -20,6 +20,10 @@ with Files("targets/**"):
BUG_COMPONENT = ("Remote Protocol", "Target")
with Files("domains/**/Emulation.jsm"):
BUG_COMPONENT = ("Remote Protocol", "Emulation")
with Files("domains/**/DOM.jsm"):
BUG_COMPONENT = ("Remote Protocol", "DOM")
with Files("domains/**/Input.jsm"):
BUG_COMPONENT = ("Remote Protocol", "Input")
with Files("domains/**/Log.jsm"):
BUG_COMPONENT = ("Remote Protocol", "Log")
with Files("domains/**/Network.jsm"):