Bumping manifests a=b2g-bump
[gecko.git] / xpcom / moz.build
blob0f60e37637089a5928676db63f02fd39bbecf0e5
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',
11 DIRS += [
12     'typelib',
13     'string',
14     'glue',
15     'base',
16     'ds',
17     'io',
18     'components',
19     'threads',
20     'reflect',
21     'system',
22     '../chrome',
23     'build',
26 if CONFIG['OS_ARCH'] == 'WINNT' and CONFIG['MOZ_DEBUG']:
27     DIRS += ['windbgdlg']
29 TEST_DIRS += [
30     'tests',
31     'sample',
32     'typelib/xpt/tests',
35 #  Can't build internal xptcall tests that use symbols which are not exported.
36 #TEST_DIRS += [
37 #    'reflect/xptinfo/tests',
38 #    'reflect/xptcall/tests,
41 CONFIGURE_DEFINE_FILES += [
42     'xpcom-config.h',
43     'xpcom-private.h',