Bug 1568157 - Part 4: Replace `toolbox.walker` with the contextual WalkerFront. r...
[gecko.git] / xpcom / moz.build
blobb62fdaf3e8287558d6b92d176fc8fa44d71b1eb5
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,
41 CONFIGURE_DEFINE_FILES += [
42     'xpcom-config.h',
43     'xpcom-private.h',
46 EXPORTS += [
47     '!xpcom-config.h',