Bug 1839315: part 4) Link from `SheetLoadData::mWasAlternate` to spec. r=emilio DONTBUILD
[gecko.git] / layout / painting / moz.build
blob8ffe36eb844d1221857948d9b756c14451775139
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 with Files("**"):
8     BUG_COMPONENT = ("Core", "Web Painting")
10 EXPORTS += [
11     "ActiveLayerTracker.h",
12     "DisplayItemClip.h",
13     "DisplayItemClipChain.h",
14     "DisplayListClipState.h",
15     "HitTestInfo.h",
16     "MatrixStack.h",
17     "nsCSSRendering.h",
18     "nsCSSRenderingBorders.h",
19     "nsCSSRenderingGradients.h",
20     "nsDisplayItemTypes.h",
21     "nsDisplayItemTypesList.h",
22     "nsDisplayList.h",
23     "nsDisplayListArenaTypes.h",
24     "nsDisplayListInvalidation.h",
25     "nsImageRenderer.h",
26     "RetainedDisplayListBuilder.h",
27     "RetainedDisplayListHelpers.h",
28     "TransformClipNode.h",
29     "WindowRenderer.h",
32 EXPORTS.mozilla += [
33     "PaintTracker.h",
36 UNIFIED_SOURCES += [
37     "ActiveLayerTracker.cpp",
38     "DashedCornerFinder.cpp",
39     "DisplayItemClip.cpp",
40     "DisplayItemClipChain.cpp",
41     "DisplayListClipState.cpp",
42     "DottedCornerFinder.cpp",
43     "HitTestInfo.cpp",
44     "nsCSSRendering.cpp",
45     "nsCSSRenderingBorders.cpp",
46     "nsCSSRenderingGradients.cpp",
47     "nsDisplayList.cpp",
48     "nsDisplayListInvalidation.cpp",
49     "nsImageRenderer.cpp",
50     "PaintTracker.cpp",
51     "RetainedDisplayListBuilder.cpp",
52     "WindowRenderer.cpp",
55 include("/ipc/chromium/chromium-config.mozbuild")
57 LOCAL_INCLUDES += [
58     "/docshell/base",
59     "/dom/base",
60     "/gfx/2d",
61     "/gfx/cairo/cairo/src",
62     "/layout/base",
63     "/layout/generic",
64     "/layout/style",
65     "/layout/tables",
66     "/layout/xul",
69 LOCAL_INCLUDES += CONFIG["SKIA_INCLUDES"]
71 FINAL_LIBRARY = "xul"