2008-03-12 00:53:50 -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/.
|
2008-03-12 00:53:50 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2008-03-12 00:53:50 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-04 11:26:44 -07:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2008-03-12 00:53:50 -07:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_FILES = \
|
2008-03-12 00:53:50 -07:00
|
|
|
test_samedomain.html \
|
|
|
|
file_testcommon.js \
|
|
|
|
file_domain_inner.html \
|
|
|
|
file_domain_inner_inner.html \
|
|
|
|
test_differentdomain.html \
|
2010-10-19 09:37:03 -07:00
|
|
|
test_different_domain_in_hierarchy.html \
|
|
|
|
file_domain_hierarchy_inner.html \
|
|
|
|
file_domain_hierarchy_inner_inner.html \
|
|
|
|
file_domain_hierarchy_inner_inner_inner.html \
|
2008-03-12 00:53:50 -07:00
|
|
|
test_image.html \
|
|
|
|
file_image_inner.html \
|
|
|
|
file_image_inner_inner.html \
|
|
|
|
image1.png \
|
|
|
|
image1.png^headers^ \
|
|
|
|
image2.png \
|
|
|
|
image2.png^headers^ \
|
2010-07-02 17:40:29 -07:00
|
|
|
beltzner.jpg \
|
|
|
|
beltzner.jpg^headers^ \
|
|
|
|
damonbowling.jpg \
|
|
|
|
damonbowling.jpg^headers^ \
|
2008-03-12 00:53:50 -07:00
|
|
|
test1.css \
|
|
|
|
test1.css^headers^ \
|
|
|
|
test2.css \
|
|
|
|
test2.css^headers^ \
|
2009-07-24 18:16:33 -07:00
|
|
|
test_loadflags.html \
|
|
|
|
file_loadflags_inner.html \
|
|
|
|
file_testloadflags.js \
|
2008-03-12 00:53:50 -07:00
|
|
|
test_same_base_domain.html \
|
|
|
|
file_subdomain_inner.html \
|
|
|
|
test_same_base_domain_2.html \
|
|
|
|
test_same_base_domain_3.html \
|
|
|
|
test_same_base_domain_4.html \
|
|
|
|
file_localhost_inner.html \
|
|
|
|
test_same_base_domain_5.html \
|
|
|
|
test_same_base_domain_6.html \
|
|
|
|
file_loopback_inner.html \
|
2009-07-24 18:16:33 -07:00
|
|
|
$(NULL)
|
2008-09-11 12:38:59 -07:00
|
|
|
|
2012-08-23 11:38:51 -07:00
|
|
|
MOCHITEST_CHROME_FILES = \
|
|
|
|
test_permissionmanager_app_isolation.html \
|
2012-09-27 14:34:13 -07:00
|
|
|
test_app_uninstall_permissions.html \
|
|
|
|
test_app_uninstall_cookies.html \
|
|
|
|
channel_utils.js \
|
2012-08-23 11:38:51 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_BROWSER_FILES = \
|
2008-03-12 00:53:50 -07:00
|
|
|
browser_test_favicon.js \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|