2007-03-22 10:30:00 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -07: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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-06-06 14:15:37 -07:00
|
|
|
DEPTH = ../../..
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
2007-06-06 14:15:37 -07:00
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2007-06-11 14:55:28 -07:00
|
|
|
DIRS += \
|
|
|
|
dom-level0 \
|
|
|
|
dom-level1-core \
|
2007-06-06 14:15:37 -07:00
|
|
|
dom-level2-core \
|
2008-12-24 21:13:50 -08:00
|
|
|
dom-level2-html \
|
2007-06-06 14:15:37 -07:00
|
|
|
ajax \
|
|
|
|
bugs \
|
|
|
|
chrome \
|
2012-05-21 09:18:30 -07:00
|
|
|
devicestorage \
|
2008-08-15 15:26:37 -07:00
|
|
|
general \
|
2008-01-29 17:31:29 -08:00
|
|
|
whatwg \
|
2008-07-15 16:37:48 -07:00
|
|
|
geolocation \
|
2009-03-18 16:43:45 -07:00
|
|
|
localstorage \
|
2011-07-06 22:56:32 -07:00
|
|
|
orientation \
|
2009-05-20 15:27:31 -07:00
|
|
|
sessionstorage \
|
2010-01-28 06:53:53 -08:00
|
|
|
storageevent \
|
2012-04-11 14:55:21 -07:00
|
|
|
pointerlock \
|
2012-04-24 20:05:01 -07:00
|
|
|
webapps \
|
2007-06-06 14:15:37 -07:00
|
|
|
$(NULL)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-01-03 17:26:10 -08:00
|
|
|
#needs IPC support, also tests do not run successfully in Firefox for now
|
|
|
|
#ifneq (mobile,$(MOZ_BUILD_APP))
|
|
|
|
#DIRS += notification
|
|
|
|
#endif
|
2010-09-09 22:00:20 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|