Bug 1688832: part 5) Add `static` `AccessibleCaretManager::GetSelection`, `::GetFrame...
[gecko.git] / xpcom / moz.build
blob5ecd69a7ea5340b2e40e98ff6c155adf9064e486
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", "XPCOM")
10 DIRS += [
11     "idl-parser/xpidl",
14 DIRS += [
15     "string",
16     "glue",
17     "base",
18     "ds",
19     "io",
20     "components",
21     "threads",
22     "reflect",
23     "system",
24     "../chrome",
25     "build",
28 if CONFIG["OS_ARCH"] == "WINNT" and CONFIG["MOZ_DEBUG"]:
29     DIRS += ["windbgdlg"]
31 TEST_DIRS += [
32     "rust/gtest",
33     "tests",
36 #  Can't build internal xptcall tests that use symbols which are not exported.
37 # TEST_DIRS += [
38 #    'reflect/xptcall/tests,
39 # ]
41 CONFIGURE_DEFINE_FILES += [
42     "xpcom-config.h",
45 EXPORTS += [
46     "!xpcom-config.h",