Backed out changeset f9ccd9f31b9c (bug 1917901) for causing networking crashes. a...
[gecko.git] / layout / moz.build
blob202f1e5575fe7b199d2785d8200f99a96eaeb365
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", "Layout")
10 DIRS += [
11     "style",
12     "base",
13     "build",
14     "generic",
15     "forms",
16     "tables",
17     "svg",
18     "xul",
19     "ipc",
20     "mathml",
21     "inspector",
22     "reftests",
23     "painting",
27 IPDL_SOURCES = [
28     "printing/ipc/PRemotePrintJob.ipdl",
31 include("/ipc/chromium/chromium-config.mozbuild")
33 FINAL_LIBRARY = "xul"
35 if CONFIG["NS_PRINTING"]:
36     DIRS += ["printing"]
38 TEST_DIRS += [
39     "tools/reftest",
42 if CONFIG["MOZ_LAYOUT_DEBUGGER"] and CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
43     DIRS += ["tools/layout-debug"]
45 CRASHTEST_MANIFESTS += ["../testing/crashtest/crashtests.list"]
47 SPHINX_TREES["/layout"] = "docs"