Bug 1878930 - s/RawBuffer/Span/: Remove RawBuffer and unused utils. r=gfx-reviewers...
[gecko.git] / remote / components / moz.build
blob82b4891b6a699ec8fc1c05f44c16d221836b205b
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 XPIDL_MODULE = "remote"
7 XPIDL_SOURCES += [
8     "nsIMarionette.idl",
9     "nsIRemoteAgent.idl",
12 XPCOM_MANIFESTS += ["components.conf"]
14 with Files("Marionette.sys.mjs"):
15     BUG_COMPONENT = ("Remote Protocol", "Marionette")
16 with Files("nsIMarionette.idl"):
17     BUG_COMPONENT = ("Remote Protocol", "Marionette")