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/.
8 BUG_COMPONENT = ("Core", "Graphics")
9 SCHEDULES.inclusive += ["android-hw-gfx"]
11 BUG_COMPONENT = ("Core", "Graphics: WebRender")
13 if CONFIG["MOZ_TREE_CAIRO"]:
35 if CONFIG["MOZ_ENABLE_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"]
52 SCHEDULES.exclusive = ["webrender"]
54 with Files("webrender_bindings/**"):
55 SCHEDULES.exclusive = ["webrender"]