2012-05-21 11:12:37 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2009-03-11 14:10:19 +00:00
|
|
|
DOM_SRCDIRS = \
|
|
|
|
dom/base \
|
2011-11-02 11:51:38 +00:00
|
|
|
dom/battery \
|
2012-09-28 10:19:18 +00:00
|
|
|
dom/encoding \
|
2012-06-03 16:33:52 +00:00
|
|
|
dom/file \
|
2012-01-20 03:23:00 +00:00
|
|
|
dom/power \
|
2013-03-29 03:49:41 +00:00
|
|
|
dom/push \
|
2012-12-17 19:25:10 +00:00
|
|
|
dom/quota \
|
2012-06-03 07:35:15 +00:00
|
|
|
dom/media \
|
2012-01-16 12:23:01 +00:00
|
|
|
dom/network/src \
|
2012-11-08 22:53:44 +00:00
|
|
|
dom/phonenumberutils \
|
2012-06-22 07:37:49 +00:00
|
|
|
dom/alarm \
|
2009-03-11 14:10:19 +00:00
|
|
|
dom/src/events \
|
|
|
|
dom/src/storage \
|
|
|
|
dom/src/offline \
|
|
|
|
dom/src/geolocation \
|
2010-09-10 05:00:14 +00:00
|
|
|
dom/src/notification \
|
2011-07-17 19:09:13 +00:00
|
|
|
dom/workers \
|
2012-09-10 11:14:00 +00:00
|
|
|
dom/time \
|
2009-03-11 14:10:19 +00:00
|
|
|
content/xbl/src \
|
|
|
|
content/xul/document/src \
|
|
|
|
content/events/src \
|
|
|
|
content/base/src \
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 18:00:39 +00:00
|
|
|
content/html/content/src \
|
2009-03-11 14:10:19 +00:00
|
|
|
content/html/document/src \
|
2013-06-21 03:14:42 +00:00
|
|
|
content/media/mediasource \
|
2012-08-31 20:59:37 +00:00
|
|
|
content/media/webaudio \
|
2011-04-07 22:44:03 +00:00
|
|
|
content/svg/content/src \
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 18:00:39 +00:00
|
|
|
layout/generic \
|
2009-03-11 14:10:19 +00:00
|
|
|
layout/style \
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 18:00:39 +00:00
|
|
|
layout/xul/base/src \
|
2013-02-04 12:11:49 +00:00
|
|
|
layout/xul/tree \
|
2012-07-30 21:59:05 +00:00
|
|
|
dom/camera \
|
2009-03-11 14:10:19 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2012-01-09 23:18:23 +00:00
|
|
|
ifdef MOZ_B2G_RIL
|
|
|
|
DOM_SRCDIRS += \
|
2012-03-14 22:42:31 +00:00
|
|
|
dom/system/gonk \
|
2012-01-09 23:18:23 +00:00
|
|
|
dom/telephony \
|
|
|
|
dom/wifi \
|
2012-06-28 14:21:48 +00:00
|
|
|
dom/icc/src \
|
2012-01-09 23:18:23 +00:00
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2012-09-19 15:23:33 +00:00
|
|
|
ifdef MOZ_B2G_FM
|
|
|
|
DOM_SRCDIRS += \
|
|
|
|
dom/fm \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2012-02-20 15:15:19 +00:00
|
|
|
ifdef MOZ_B2G_BT
|
|
|
|
DOM_SRCDIRS += dom/bluetooth
|
|
|
|
endif
|
|
|
|
|
2013-03-27 21:08:17 +00:00
|
|
|
ifdef MOZ_WEBSPEECH
|
|
|
|
DOM_SRCDIRS += content/media/webspeech
|
|
|
|
endif
|
|
|
|
|
2009-03-11 14:10:19 +00:00
|
|
|
LOCAL_INCLUDES += $(DOM_SRCDIRS:%=-I$(topsrcdir)/%)
|
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|