gecko/dom/tests/mochitest/Makefile.in

40 lines
745 B
Makefile
Raw Normal View History

#
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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
2007-06-06 14:15:37 -07:00
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS += \
dom-level0 \
dom-level1-core \
2007-06-06 14:15:37 -07:00
dom-level2-core \
dom-level2-html \
2007-06-06 14:15:37 -07:00
ajax \
bugs \
chrome \
crypto \
general \
whatwg \
geolocation \
localstorage \
orientation \
sessionstorage \
storageevent \
pointerlock \
webapps \
2007-06-06 14:15:37 -07:00
$(NULL)
#needs IPC support, also tests do not run successfully in Firefox for now
#ifneq (mobile,$(MOZ_BUILD_APP))
#DIRS += notification
#endif
include $(topsrcdir)/config/rules.mk