Bug 1662338 [wpt PR 25313] - [css-flex] Port some mozilla tests to check-layout,...
[gecko.git] / remote / moz.build
blob56f28056cc29268ec3c3683b99bf47b4960c3560
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 DIRS += [
6   "startup",
7   "test",
10 XPCOM_MANIFESTS += ["components.conf"]
11 JAR_MANIFESTS += ["jar.mn"]
13 XPIDL_MODULE = "remote"
14 XPIDL_SOURCES += ["nsIRemoteAgent.idl"]
16 with Files("**"):
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")
41 with Files("doc/**"):
42     SCHEDULES.exclusive = ["docs"]
44 SPHINX_TREES["/remote"] = "doc"