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 if CONFIG["ENABLE_TESTS"]:
8 MOCHITEST_CHROME_MANIFESTS += ["tests/chrome/chrome.toml"]
9 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
12 "inIDeepTreeWalker.idl",
15 XPIDL_MODULE = "inspector"
18 "ServoStyleRuleMap.h",
21 EXPORTS.mozilla.dom += [
22 "InspectorCSSParser.h",
23 "InspectorFontFace.h",
28 "inDeepTreeWalker.cpp",
30 "InspectorCSSParser.cpp",
31 "InspectorFontFace.cpp",
33 "ServoStyleRuleMap.cpp",
36 include("/ipc/chromium/chromium-config.mozbuild")