Bug 828713 - soundtouch_config.h checks the non-existing MOZ_SAMPLE_TYPE_S16LE symbol...
[gecko.git] / dom / dom-config.mk
blob1cf57ed945b18501c56520d343fac7d3f5cf8aec
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/quota \
12 dom/media \
13 dom/network/src \
14 dom/settings \
15 dom/phonenumberutils \
16 dom/sms/src \
17 dom/contacts \
18 dom/permission \
19 dom/alarm \
20 dom/src/events \
21 dom/src/storage \
22 dom/src/offline \
23 dom/src/geolocation \
24 dom/src/notification \
25 dom/workers \
26 dom/time \
27 content/xbl/src \
28 content/xul/document/src \
29 content/events/src \
30 content/base/src \
31 content/html/content/src \
32 content/html/document/src \
33 content/media/webaudio \
34 content/svg/content/src \
35 layout/generic \
36 layout/style \
37 layout/xul/base/src \
38 layout/xul/base/src/tree/src \
39 dom/camera \
40 $(NULL)
42 ifdef MOZ_B2G_RIL
43 DOM_SRCDIRS += \
44 dom/system/gonk \
45 dom/telephony \
46 dom/wifi \
47 dom/icc/src \
48 $(NULL)
49 endif
51 ifdef MOZ_B2G_FM
52 DOM_SRCDIRS += \
53 dom/fm \
54 $(NULL)
55 endif
57 ifdef MOZ_B2G_BT
58 DOM_SRCDIRS += dom/bluetooth
59 endif
61 LOCAL_INCLUDES += $(DOM_SRCDIRS:%=-I$(topsrcdir)/%)
62 DEFINES += -D_IMPL_NS_LAYOUT