Bug 1891340 - Part 1: Add parameters to customize the before and after icon tints...
[gecko.git] / ipc / moz.build
bloba89607c83a72e7779f1357b4844bd40790ae1ed4
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 DIRS += [
8     "app",
9     "chromium",
10     "glue",
11     "ipdl",
12     "testshell",
15 if CONFIG["OS_ARCH"] == "WINNT":
16     DIRS += ["mscom"]
18 TEST_DIRS += [
19     "gtest",
22 with Files("**"):
23     BUG_COMPONENT = ("Core", "IPC")
25 SPHINX_TREES["/ipc"] = "docs"
27 with Files("docs/**"):
28     SCHEDULES.exclusive = ["docs"]