Bumping manifests a=b2g-bump
[gecko.git] / toolkit / components / moz.build
blob7156046fb57f7ffb6998c14942c0732ef5d6f539
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     DIRS += ['remote']
11 DIRS += [
12     'aboutcache',
13     'aboutmemory',
14     'addoncompat',
15     'alerts',
16     'apppicker',
17     'commandlines',
18     'console',
19     'contentprefs',
20     'cookie',
21     'crashmonitor',
22     'diskspacewatcher',
23     'downloads',
24     'exthelper',
25     'filepicker',
26     'finalizationwitness',
27     'formautofill',
28     'find',
29     'jsdownloads',
30     'mediasniffer',
31     'microformats',
32     'osfile',
33     'parentalcontrols',
34     'passwordmgr',
35     'perf',
36     'places',
37     'promiseworker',
38     'prompts',
39     'protobuf',
40     'reflect',
41     'sqlite',
42     'startup',
43     'statusfilter',
44     'telemetry',
45     'terminator',
46     'thumbnails',
47     'typeaheadfind',
48     'urlformatter',
49     'viewconfig',
50     'viewsource',
51     'workerloader',
52     'workerlz4',
53     'xulstore'
56 if CONFIG['MOZ_CRASHREPORTER']:
57     DIRS += ['crashes']
59 if CONFIG['MOZ_SOCIAL']:
60     DIRS += ['social']
62 if CONFIG['BUILD_CTYPES']:
63     DIRS += ['ctypes']
65 if CONFIG['MOZ_FEEDS']:
66     DIRS += ['feeds']
68 if CONFIG['MOZ_HELP_VIEWER']:
69     DIRS += ['help']
71 if CONFIG['NS_PRINTING']:
72     DIRS += ['printing']
74 if CONFIG['MOZ_XUL']:
75     DIRS += ['autocomplete', 'satchel']
77 if CONFIG['MOZ_TOOLKIT_SEARCH']:
78     DIRS += ['search']
80 if CONFIG['MOZ_URL_CLASSIFIER']:
81     DIRS += ['url-classifier']
83 if CONFIG['MOZ_CAPTIVEDETECT']:
84     DIRS += ['captivedetect']
86 DIRS += ['build']
88 EXTRA_COMPONENTS += [
89     'nsDefaultCLH.js',
90     'nsDefaultCLH.manifest',