Bug 1854550 - pt 12. Allow inlining between mozjemalloc and PHC r=glandium
[gecko.git] / devtools / client / jsonview / moz.build
blob554f3b9339a241a9b7d674a335916858c42fdab2
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 DIRS += ["components", "css", "lib"]
9 DevToolsModules(
10     "converter-child.js",
11     "Converter.sys.mjs",
12     "json-viewer.js",
13     "Sniffer.sys.mjs",
14     "viewer-config.js",
17 XPCOM_MANIFESTS += [
18     "components.conf",
21 BROWSER_CHROME_MANIFESTS += ["test/browser.toml"]
23 with Files("**"):
24     BUG_COMPONENT = ("DevTools", "JSON Viewer")