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/.
10 XPCOM_MANIFESTS += ["components.conf"]
11 JAR_MANIFESTS += ["jar.mn"]
13 XPIDL_MODULE = "remote"
14 XPIDL_SOURCES += ["nsIRemoteAgent.idl"]
17 BUG_COMPONENT = ("Remote Protocol", "Agent")
18 with Files("domains/**/Emulation.jsm"):
19 BUG_COMPONENT = ("Remote Protocol", "Emulation")
20 with Files("domains/**/DOM.jsm"):
21 BUG_COMPONENT = ("Remote Protocol", "DOM")
22 with Files("domains/**/Input.jsm"):
23 BUG_COMPONENT = ("Remote Protocol", "Input")
24 with Files("domains/**/Log.jsm"):
25 BUG_COMPONENT = ("Remote Protocol", "Log")
26 with Files("domains/**/Network.jsm"):
27 BUG_COMPONENT = ("Remote Protocol", "Network")
28 with Files("domains/**/Page.jsm"):
29 BUG_COMPONENT = ("Remote Protocol", "Page")
30 with Files("domains/**/Performance.jsm"):
31 BUG_COMPONENT = ("Remote Protocol", "Performance")
32 with Files("domains/**/Runtime.jsm"):
33 BUG_COMPONENT = ("Remote Protocol", "Runtime")
34 with Files("domains/**/Security.jsm"):
35 BUG_COMPONENT = ("Remote Protocol", "Security")
36 with Files("domains/**/Browser.jsm"):
37 BUG_COMPONENT = ("Remote Protocol", "Browser")
38 with Files("domains/**/Target.jsm"):
39 BUG_COMPONENT = ("Remote Protocol", "Target")
42 SCHEDULES.exclusive = ["docs"]
44 SPHINX_TREES["/remote"] = "doc"