From e40c27877d97c91928e810b5be9e91199687b9ac Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Wed, 24 Apr 2019 17:35:38 +0000 Subject: [PATCH] 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 --- remote/moz.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/remote/moz.build b/remote/moz.build index 3d0587377101..d27a8864c152 100644 --- a/remote/moz.build +++ b/remote/moz.build @@ -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"):