Bug 1690340 - Part 2: Use the new naming for the developer tools menu items. r=jdescottes
[gecko.git] / devtools / platform / moz.build
blob2a2cba6f0ac97b4d75d896aebc5a4c6e0b700444
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 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.ini"]
9 XPIDL_SOURCES += [
10     "nsIJSInspector.idl",
13 XPIDL_MODULE = "jsinspector"
15 SOURCES += [
16     "nsJSInspector.cpp",
19 XPCOM_MANIFESTS += [
20     "components.conf",
23 FINAL_LIBRARY = "xul"