Bug 1800044 [wpt PR 36907] - Fix same URL navigation test, a=testonly
[gecko.git] / layout / painting / moz.build
blob8df5368e1ba9e7a15cdab65b0761817f5bdfc291
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     "LayerState.h",
17     "MatrixStack.h",
18     "nsCSSRendering.h",
19     "nsCSSRenderingBorders.h",
20     "nsCSSRenderingGradients.h",
21     "nsDisplayItemTypes.h",
22     "nsDisplayItemTypesList.h",
23     "nsDisplayList.h",
24     "nsDisplayListArenaTypes.h",
25     "nsDisplayListInvalidation.h",
26     "nsImageRenderer.h",
27     "RetainedDisplayListBuilder.h",
28     "RetainedDisplayListHelpers.h",
29     "TransformClipNode.h",
30     "WindowRenderer.h",
33 EXPORTS.mozilla += [
34     "PaintTracker.h",
37 UNIFIED_SOURCES += [
38     "ActiveLayerTracker.cpp",
39     "DashedCornerFinder.cpp",
40     "DisplayItemClip.cpp",
41     "DisplayItemClipChain.cpp",
42     "DisplayListClipState.cpp",
43     "DottedCornerFinder.cpp",
44     "HitTestInfo.cpp",
45     "MaskLayerImageCache.cpp",
46     "nsCSSRendering.cpp",
47     "nsCSSRenderingBorders.cpp",
48     "nsCSSRenderingGradients.cpp",
49     "nsDisplayList.cpp",
50     "nsDisplayListInvalidation.cpp",
51     "nsImageRenderer.cpp",
52     "PaintTracker.cpp",
53     "RetainedDisplayListBuilder.cpp",
54     "WindowRenderer.cpp",
57 include("/ipc/chromium/chromium-config.mozbuild")
59 LOCAL_INCLUDES += [
60     "/docshell/base",
61     "/dom/base",
62     "/gfx/2d",
63     "/gfx/cairo/cairo/src",
64     "/layout/base",
65     "/layout/generic",
66     "/layout/style",
67     "/layout/tables",
68     "/layout/xul",
71 LOCAL_INCLUDES += CONFIG["SKIA_INCLUDES"]
73 FINAL_LIBRARY = "xul"