bug 1543115: remote: rename XPCOM manifest for conformity; r=remote-protocol-reviewers,maja_zf

All other XPCOM component manifests are named components.conf and
this makes the remote agent's conform with those.

It will also become apparent in a later patch in this changeset
that we need to register two XPCOM components: one implementing
the remote agent service, and one for handling command-line arguments.

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

--HG--
rename : remote/RemoteAgent.conf => remote/components.conf
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2019-11-22 08:02:54 +00:00
parent d73714a862
commit 2cf78c4ad5
2 changed files with 1 additions and 4 deletions

View File

@ -6,10 +6,7 @@ DIRS += [
"test",
]
XPCOM_MANIFESTS += [
"RemoteAgent.conf",
]
XPCOM_MANIFESTS += ["components.conf"]
JAR_MANIFESTS += ["jar.mn"]
with Files("**"):