Bug 1586798 - Use WalkerFront from the currently selected element in onTagEdit()...
[gecko.git] / remote / moz.build
blob7e0fcbf39980ee7751a104ea903d9ce88ed27973
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   "test",
9 XPCOM_MANIFESTS += [
10   "RemoteAgent.conf",
13 JAR_MANIFESTS += ["jar.mn"]
15 with Files("**"):
16     BUG_COMPONENT = ("Remote Protocol", "Agent")
17 with Files("domains/**/Emulation.jsm"):
18     BUG_COMPONENT = ("Remote Protocol", "Emulation")
19 with Files("domains/**/DOM.jsm"):
20     BUG_COMPONENT = ("Remote Protocol", "DOM")
21 with Files("domains/**/Input.jsm"):
22     BUG_COMPONENT = ("Remote Protocol", "Input")
23 with Files("domains/**/Log.jsm"):
24     BUG_COMPONENT = ("Remote Protocol", "Log")
25 with Files("domains/**/Network.jsm"):
26     BUG_COMPONENT = ("Remote Protocol", "Network")
27 with Files("domains/**/Page.jsm"):
28     BUG_COMPONENT = ("Remote Protocol", "Page")
29 with Files("domains/**/Performance.jsm"):
30     BUG_COMPONENT = ("Remote Protocol", "Performance")
31 with Files("domains/**/Runtime.jsm"):
32     BUG_COMPONENT = ("Remote Protocol", "Runtime")
33 with Files("domains/**/Security.jsm"):
34     BUG_COMPONENT = ("Remote Protocol", "Security")
35 with Files("domains/**/Browser.jsm"):
36     BUG_COMPONENT = ("Remote Protocol", "Browser")
37 with Files("domains/**/Target.jsm"):
38     BUG_COMPONENT = ("Remote Protocol", "Target")
40 with Files("doc/**"):
41     SCHEDULES.exclusive = ["docs"]
43 SPHINX_TREES["/remote"] = "doc"