Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
[gecko.git] / dom / dom-config.mk
blob6450d3c92a0344ab9ae7115e8eac2b5366520cf8
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DOM_SRCDIRS = \
6 dom/base \
7 dom/battery \
8 dom/encoding \
9 dom/file \
10 dom/power \
11 dom/push \
12 dom/quota \
13 dom/media \
14 dom/network/src \
15 dom/phonenumberutils \
16 dom/alarm \
17 dom/src/events \
18 dom/src/storage \
19 dom/src/offline \
20 dom/src/geolocation \
21 dom/src/notification \
22 dom/workers \
23 dom/time \
24 content/xbl/src \
25 content/xul/document/src \
26 content/events/src \
27 content/base/src \
28 content/html/content/src \
29 content/html/document/src \
30 content/media/mediasource \
31 content/media/webaudio \
32 content/svg/content/src \
33 layout/generic \
34 layout/style \
35 layout/xul/base/src \
36 layout/xul/tree \
37 dom/camera \
38 $(NULL)
40 ifdef MOZ_B2G_RIL
41 DOM_SRCDIRS += \
42 dom/system/gonk \
43 dom/wifi \
44 dom/icc/src \
45 $(NULL)
46 endif
48 ifdef MOZ_B2G_FM
49 DOM_SRCDIRS += \
50 dom/fmradio \
51 $(NULL)
52 endif
54 ifdef MOZ_B2G_BT
55 DOM_SRCDIRS += dom/bluetooth
56 endif
58 ifdef MOZ_WEBSPEECH
59 DOM_SRCDIRS += content/media/webspeech
60 endif
62 LOCAL_INCLUDES += $(DOM_SRCDIRS:%=-I$(topsrcdir)/%)