Backed out changesets 5309d91dc590, b2afa18bea00, and 610b1e0c7562 (bug 951976) for...
[gecko.git] / toolkit / components / moz.build
blob902337af7ed350f5e129369f0b46489389dfef15
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']
11 PARALLEL_DIRS += [
12     'aboutcache',
13     'aboutmemory',
14     'alerts',
15     'apppicker',
16     'commandlines',
17     'console',
18     'contentprefs',
19     'cookie',
20     'crashmonitor',
21     'diskspacewatcher',
22     'downloads',
23     'exthelper',
24     'filepicker',
25     'finalizationwitness',
26     'formautofill',
27     'find',
28     'jsdownloads',
29     'mediasniffer',
30     'microformats',
31     'osfile',
32     'parentalcontrols',
33     'passwordmgr',
34     'perf',
35     'places',
36     'prompts',
37     'protobuf',
38     'reflect',
39     'sqlite',
40     'startup',
41     'statusfilter',
42     'telemetry',
43     'thumbnails',
44     'typeaheadfind',
45     'urlformatter',
46     'viewconfig',
47     'viewsource',
48     'workerloader',
49     'workerlz4',
52 if CONFIG['MOZ_CRASHREPORTER']:
53     PARALLEL_DIRS += ['crashes']
55 if CONFIG['MOZ_SOCIAL']:
56     PARALLEL_DIRS += ['social']
58 if CONFIG['BUILD_CTYPES']:
59     PARALLEL_DIRS += ['ctypes']
61 if CONFIG['MOZ_FEEDS']:
62     PARALLEL_DIRS += ['feeds']
64 if CONFIG['MOZ_HELP_VIEWER']:
65     PARALLEL_DIRS += ['help']
67 if CONFIG['NS_PRINTING']:
68     PARALLEL_DIRS += ['printing']
70 if CONFIG['MOZ_XUL']:
71     PARALLEL_DIRS += ['autocomplete', 'satchel']
73 if CONFIG['MOZ_TOOLKIT_SEARCH']:
74     PARALLEL_DIRS += ['search']
76 if CONFIG['MOZ_URL_CLASSIFIER']:
77     PARALLEL_DIRS += ['url-classifier']
79 if CONFIG['MOZ_CAPTIVEDETECT']:
80     PARALLEL_DIRS += ['captivedetect']
82 DIRS += ['build']
84 EXTRA_COMPONENTS += [
85     'nsDefaultCLH.js',
86     'nsDefaultCLH.manifest',