Bug 1690340 - Part 4: Insert the "Page Source" before the "Extensions for Developers...
[gecko.git] / remote / moz.build
blobbf59bb7f6d6c3013931e90e4c1c8acbb602a6f0a
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     "components",
7     "test",
10 JAR_MANIFESTS += ["jar.mn"]
12 with Files("cdp/domains/**/Browser.jsm"):
13     BUG_COMPONENT = ("Remote Protocol", "CDP: Browser")
14 with Files("cdp/domains/**/DOM.jsm"):
15     BUG_COMPONENT = ("Remote Protocol", "CDP: DOM")
16 with Files("cdp/domains/**/Emulation.jsm"):
17     BUG_COMPONENT = ("Remote Protocol", "CDP: Emulation")
18 with Files("cdp/domains/**/Input.jsm"):
19     BUG_COMPONENT = ("Remote Protocol", "CDP: Input")
20 with Files("cdp/domains/**/Log.jsm"):
21     BUG_COMPONENT = ("Remote Protocol", "CDP: Log")
22 with Files("cdp/domains/**/Network.jsm"):
23     BUG_COMPONENT = ("Remote Protocol", "CDP: Network")
24 with Files("cdp/domains/**/Page.jsm"):
25     BUG_COMPONENT = ("Remote Protocol", "CDP: Page")
26 with Files("cdp/domains/**/Performance.jsm"):
27     BUG_COMPONENT = ("Remote Protocol", "CDP: Performance")
28 with Files("cdp/domains/**/Runtime.jsm"):
29     BUG_COMPONENT = ("Remote Protocol", "CDP: Runtime")
30 with Files("cdp/domains/**/Security.jsm"):
31     BUG_COMPONENT = ("Remote Protocol", "CDP: Security")
32 with Files("cdp/domains/**/Target.jsm"):
33     BUG_COMPONENT = ("Remote Protocol", "CDP: Target")
34 with Files("cdp/**"):
35     BUG_COMPONENT = ("Remote Protocol", "CDP")
37 with Files("**"):
38     BUG_COMPONENT = ("Remote Protocol", "Agent")
40 with Files("doc/**"):
41     SCHEDULES.exclusive = ["docs"]
43 SPHINX_TREES["/remote"] = "doc"