mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
d73714a862
commit
2cf78c4ad5
@ -6,10 +6,7 @@ DIRS += [
|
||||
"test",
|
||||
]
|
||||
|
||||
XPCOM_MANIFESTS += [
|
||||
"RemoteAgent.conf",
|
||||
]
|
||||
|
||||
XPCOM_MANIFESTS += ["components.conf"]
|
||||
JAR_MANIFESTS += ["jar.mn"]
|
||||
|
||||
with Files("**"):
|
||||
|
Loading…
Reference in New Issue
Block a user