Bug 1689243 [wpt PR 27362] - Reland "Element reflection implementation updates."...
[gecko.git] / gfx / moz.build
blob6d6274e636577e53d80729d419384fd1d0d14c50
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", "Graphics")
9     SCHEDULES.inclusive += ["android-hw-gfx"]
10 with Files("wr/**"):
11     BUG_COMPONENT = ("Core", "Graphics: WebRender")
13 if CONFIG["MOZ_TREE_CAIRO"]:
14     DIRS += ["cairo"]
16 DIRS += [
17     "2d",
18     "ycbcr",
19     "angle",
20     "src",
21     "qcms",
22     "gl",
23     "layers",
24     "graphite2/src",
25     "harfbuzz/src",
26     "ots/src",
27     "thebes",
28     "ipc",
29     "vr",
30     "config",
31     "webrender_bindings",
32     "wgpu_bindings",
35 if CONFIG["MOZ_ENABLE_SKIA"]:
36     DIRS += ["skia"]
38 if CONFIG["MOZ_ENABLE_SKIA_PDF_SFNTLY"]:
39     DIRS += ["sfntly/cpp/src"]
41 if CONFIG["ENABLE_TESTS"]:
42     DIRS += ["tests/gtest"]
44 TEST_DIRS += ["tests"]
46 SPHINX_TREES["/gfx"] = "docs"
48 with Files("docs/**"):
49     SCHEDULES.exclusive = ["docs"]
51 with Files("wr/**"):
52     SCHEDULES.exclusive = ["webrender"]
54 with Files("webrender_bindings/**"):
55     SCHEDULES.exclusive = ["webrender"]