mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
3d0d81a58e
--HG-- rename : dom/system/b2g/RadioManager.cpp => dom/system/b2g/SystemWorkerManager.cpp rename : dom/system/b2g/RadioManager.h => dom/system/b2g/SystemWorkerManager.h rename : dom/system/b2g/nsIRadioWorker.idl => dom/system/b2g/nsIWorkerHolder.idl extra : transplant_source : 2%ED%03%8F%C0%98%06%25%8EnIb%8BI%B0O%EB%BF%E0%A2
34 lines
652 B
Makefile
34 lines
652 B
Makefile
DOM_SRCDIRS = \
|
|
dom/base \
|
|
dom/battery \
|
|
dom/sms/src \
|
|
dom/src/events \
|
|
dom/src/storage \
|
|
dom/src/offline \
|
|
dom/src/geolocation \
|
|
dom/src/notification \
|
|
dom/workers \
|
|
content/xbl/src \
|
|
content/xul/document/src \
|
|
content/events/src \
|
|
content/base/src \
|
|
content/html/content/src \
|
|
content/html/document/src \
|
|
content/svg/content/src \
|
|
layout/generic \
|
|
layout/style \
|
|
layout/xul/base/src \
|
|
layout/xul/base/src/tree/src \
|
|
$(NULL)
|
|
|
|
ifdef MOZ_B2G_RIL
|
|
DOM_SRCDIRS += \
|
|
dom/system/b2g \
|
|
dom/telephony \
|
|
dom/wifi \
|
|
$(NULL)
|
|
endif
|
|
|
|
LOCAL_INCLUDES += $(DOM_SRCDIRS:%=-I$(topsrcdir)/%)
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|