forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdom-config.mk
69 lines (64 loc) · 970 Bytes
/
dom-config.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
MODULE = dom
REQUIRES += \
string \
xpcom \
webbrwsr \
commandhandler \
js \
widget \
gfx \
thebes \
layout \
content \
caps \
docshell \
xpconnect \
pref \
oji \
necko \
nkcache \
mimetype \
java \
locale \
prefetch \
xuldoc \
webshell \
view \
uconv \
shistory \
plugin \
windowwatcher \
chardet \
find \
appshell \
intl \
unicharutil \
rdf \
xultmpl \
jar \
storage \
htmlparser \
$(NULL)
ifdef NS_TRACE_MALLOC
REQUIRES += tracemalloc
endif
ifdef MOZ_JSDEBUGGER
REQUIRES += jsdebug
endif
DOM_SRCDIRS = \
dom/base \
dom/src/events \
dom/src/storage \
dom/src/offline \
dom/src/geolocation \
dom/src/threads \
content/xbl/src \
content/xul/document/src \
content/events/src \
content/base/src \
content/html/document/src \
layout/style \
layout/xul/base/src/tree/src \
$(NULL)
LOCAL_INCLUDES += $(DOM_SRCDIRS:%=-I$(topsrcdir)/%)
DEFINES += -D_IMPL_NS_LAYOUT