summaryrefslogtreecommitdiff
path: root/browser/devtools/styleeditor/test/Makefile.in
blob: 1918c406a217cf19873cb963387e9fd44a507e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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