Bug 1845715 - Check for failure when getting RegExp match result template r=iain
[gecko.git] / devtools / server / moz.build
blobac1999b89b66f1ba8e320fe235e47ce527ecd3de
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 include("../templates.mozbuild")
9 DIRS += [
10     "actors",
11     "connectors",
12     "performance",
13     "socket",
14     "startup",
15     "tracer",
18 if CONFIG["MOZ_BUILD_APP"] != "mobile/android":
19     BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"]
21 MOCHITEST_CHROME_MANIFESTS += ["tests/chrome/chrome.ini"]
22 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.ini"]
24 DevToolsModules(
25     "devtools-server-connection.js",
26     "devtools-server.js",
29 with Files("**"):
30     BUG_COMPONENT = ("DevTools", "General")