Backed out changeset 5f819082a015 (bug 1936189) for causing reftest failures @ native...
[gecko.git] / layout / inspector / moz.build
blob9a6634204c8d1cd63342c1e956ef5f9194828f06
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"]
11 XPIDL_SOURCES += [
12     "inIDeepTreeWalker.idl",
15 XPIDL_MODULE = "inspector"
17 EXPORTS.mozilla += [
18     "ServoStyleRuleMap.h",
21 EXPORTS.mozilla.dom += [
22     "InspectorCSSParser.h",
23     "InspectorFontFace.h",
24     "InspectorUtils.h",
27 UNIFIED_SOURCES += [
28     "inDeepTreeWalker.cpp",
29     "inLayoutUtils.cpp",
30     "InspectorCSSParser.cpp",
31     "InspectorFontFace.cpp",
32     "InspectorUtils.cpp",
33     "ServoStyleRuleMap.cpp",
36 include("/ipc/chromium/chromium-config.mozbuild")
38 FINAL_LIBRARY = "xul"
39 LOCAL_INCLUDES += [
40     "../style",
41     "/dom/base",