Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / devtools / client / netmonitor / moz.build
blob08d87272f3be1120d980330334a8b7271d7910d6
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 += ["src"]
7 DevToolsModules("initializer.js", "panel.js")
9 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"]
11 BROWSER_CHROME_MANIFESTS += [
12     "test/browser.toml",
13     "test/browser_http3.toml",
16 with Files("**"):
17     BUG_COMPONENT = ("DevTools", "Netmonitor")
19 SPHINX_TREES["/devtools/netmonitor"] = "docs"