gecko/browser/devtools/styleeditor/test/Makefile.in

56 lines
2.0 KiB
Makefile

# 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@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_BROWSER_FILES := \
browser_styleeditor_enabled.js \
browser_styleeditor_filesave.js \
browser_styleeditor_cmd_edit.js \
browser_styleeditor_cmd_edit.html \
browser_styleeditor_import.js \
browser_styleeditor_import_rule.js \
browser_styleeditor_init.js \
browser_styleeditor_loading.js \
browser_styleeditor_new.js \
browser_styleeditor_pretty.js \
browser_styleeditor_private_perwindowpb.js \
browser_styleeditor_sv_keynav.js \
browser_styleeditor_sv_resize.js \
browser_styleeditor_bug_740541_iframes.js \
browser_styleeditor_bug_851132_middle_click.js \
browser_styleeditor_bug_870339.js \
browser_styleeditor_nostyle.js \
browser_styleeditor_reload.js \
head.js \
four.html \
head.js \
import.css \
import.html \
import2.css \
longload.html \
media.html \
media-small.css \
minified.html \
nostyle.html \
resources_inpage.jsi \
resources_inpage1.css \
resources_inpage2.css \
simple.css \
simple.css.gz \
simple.css.gz^headers^ \
simple.gz.html \
simple.html \
test_private.html \
test_private.css \
$(NULL)
include $(topsrcdir)/config/rules.mk