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 # These component dirs are built for all apps (including suite)
8 if CONFIG['MOZ_ENABLE_XREMOTE']:
9 PARALLEL_DIRS += ['remote']
24 'finalizationwitness',
51 if CONFIG['MOZ_CRASHREPORTER']:
52 PARALLEL_DIRS += ['crashes']
54 if CONFIG['MOZ_SOCIAL']:
55 PARALLEL_DIRS += ['social']
57 if CONFIG['BUILD_CTYPES']:
58 PARALLEL_DIRS += ['ctypes']
60 if CONFIG['MOZ_FEEDS']:
61 PARALLEL_DIRS += ['feeds']
63 if CONFIG['MOZ_HELP_VIEWER']:
64 PARALLEL_DIRS += ['help']
66 if CONFIG['NS_PRINTING']:
67 PARALLEL_DIRS += ['printing']
70 PARALLEL_DIRS += ['autocomplete', 'satchel']
72 if CONFIG['MOZ_TOOLKIT_SEARCH']:
73 PARALLEL_DIRS += ['search']
75 if CONFIG['MOZ_URL_CLASSIFIER']:
76 PARALLEL_DIRS += ['url-classifier']
78 if CONFIG['MOZ_CAPTIVEDETECT']:
79 PARALLEL_DIRS += ['captivedetect']
85 'nsDefaultCLH.manifest',