Build fix (followup to bug 512029).
[mozilla-central.git] / dom / dom-config.mk
blob9076d038c32227791ab8c7aeb9543c9062c3e13f
1 MODULE = dom
3 REQUIRES += \
4 string \
5 xpcom \
6 webbrwsr \
7 commandhandler \
8 js \
9 widget \
10 gfx \
11 thebes \
12 layout \
13 content \
14 caps \
15 docshell \
16 xpconnect \
17 pref \
18 oji \
19 necko \
20 nkcache \
21 mimetype \
22 java \
23 locale \
24 prefetch \
25 xuldoc \
26 webshell \
27 view \
28 uconv \
29 shistory \
30 plugin \
31 windowwatcher \
32 chardet \
33 find \
34 appshell \
35 intl \
36 unicharutil \
37 rdf \
38 xultmpl \
39 jar \
40 storage \
41 htmlparser \
42 $(NULL)
44 ifdef NS_TRACE_MALLOC
45 REQUIRES += tracemalloc
46 endif
48 ifdef MOZ_JSDEBUGGER
49 REQUIRES += jsdebug
50 endif
52 DOM_SRCDIRS = \
53 dom/base \
54 dom/src/events \
55 dom/src/storage \
56 dom/src/offline \
57 dom/src/geolocation \
58 dom/src/threads \
59 content/xbl/src \
60 content/xul/document/src \
61 content/events/src \
62 content/base/src \
63 content/html/content/src \
64 content/html/document/src \
65 layout/generic \
66 layout/style \
67 layout/xul/base/src \
68 layout/xul/base/src/tree/src \
69 $(NULL)
71 LOCAL_INCLUDES += $(DOM_SRCDIRS:%=-I$(topsrcdir)/%)
72 DEFINES += -D_IMPL_NS_LAYOUT