Backed out changeset 4887f7d34df2 (bug 896896) for causing bug 933733. a=lsblakk
[gecko.git] / xpcom / moz.build
blob3ff09e5734022c4743b9118c16a323d0f5f26369
1 # -*- Mode: python; c-basic-offset: 4; 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     'idl-parser',
9     'typelib',
10     'string',
11     'glue',
12     'base',
13     'ds',
14     'io',
15     'components',
16     'threads',
17     'reflect',
18     'system',
19     '../chrome',
20     'build',
23 if CONFIG['OS_ARCH'] == 'WINNT' and CONFIG['MOZ_DEBUG']:
24     DIRS += ['windbgdlg']
26 TEST_TOOL_DIRS += [
27     'tests',
28     'sample',
29     'typelib/xpt/tests',
32 #  Can't build internal xptcall tests that use symbols which are not exported.
33 #TEST_TOOL_DIRS += [
34 #    'reflect/xptinfo/tests',
35 #    'reflect/xptcall/tests,
38 if CONFIG['DEHYDRA_PATH']:
39     DIRS += ['analysis']
41 MODULE = 'xpcom'