Bug 903174 - Move GonkNativeWindow to /widget/gonk/nativewindow. r=vlad
[gecko.git] / layout / moz.build
blob8846317b5926776846a551582c8b4862d4263f74
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 PARALLEL_DIRS += [
8     'style',
9     'base',
10     'generic',
11     'forms',
12     'tables',
13     'svg',
14     'xul/base/public',
15     'xul/base/src',
16     'ipc',
17     'mathml',
18     'inspector/public',
19     'inspector/src',
20     'tools/recording',
23 if CONFIG['NS_PRINTING']:
24     PARALLEL_DIRS += ['printing']
26 if CONFIG['MOZ_XUL']:
27     PARALLEL_DIRS += ['xul/tree', 'xul/grid']
29 if CONFIG['ENABLE_TESTS']:
30     PARALLEL_DIRS += [
31         'inspector/tests',
32         'inspector/tests/chrome',
33         'mathml/tests',
34         'xul/test',
35         'xul/base/test',
36     ]
38 TEST_TOOL_DIRS += [
39     'tools/reftest',
40     'reftests/fonts',
41     'reftests/fonts/mplus',
44 DIRS += ['build', 'media']
46 if CONFIG['MOZ_DEBUG']:
47     TEST_DIRS += ['tools/layout-debug']
49 MODULE = 'layout'