gecko/content/base/test/chrome/Makefile.in

64 lines
1.5 KiB
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/.
2008-03-18 11:22:50 -07:00
DEPTH = @DEPTH@
2008-03-18 11:22:50 -07:00
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@
2008-03-18 11:22:50 -07:00
include $(DEPTH)/config/autoconf.mk
MOCHITEST_FILES = \
2008-03-18 11:22:50 -07:00
bug421622-referer.sjs \
$(NULL)
MOCHITEST_CHROME_FILES = \
test_bug206691.xul \
test_bug391728.html \
file_bug391728.html \
file_bug391728_2.html \
2008-03-18 11:22:50 -07:00
test_bug421622.xul \
test_bug429785.xul \
test_bug430050.xul \
test_bug467123.xul \
test_title.xul \
title_window.xul \
test_bug549682.xul \
file_bug549682.xul \
test_bug616841.xul \
file_bug616841.xul \
test_bug635835.xul \
test_fileconstructor.xul \
fileconstructor_file.png \
test_bug339494.xul \
test_bug357450.xul \
test_bug571390.xul \
test_bug574596.html \
test_bug683852.xul \
test_bug599295.html \
test_bug650776.html \
test_bug650784.html \
test_bug750096.html \
2012-05-11 08:46:54 -07:00
test_bug752226-3.xul \
test_bug752226-4.xul \
test_bug682305.html \
test_bug780199.xul \
test_bug780529.xul \
test_csp_bug768029.html \
test_bug800386.xul \
2012-10-19 03:43:17 -07:00
test_csp_bug773891.html \
test_bug816340.xul \
file_bug816340.xul \
test_domparsing.xul \
test_bug814638.xul \
host_bug814638.xul \
frame_bug814638.xul \
2008-03-18 11:22:50 -07:00
$(NULL)
MOCHITEST_BROWSER_FILES = \
browser_bug822367.js \
include $(topsrcdir)/config/rules.mk