mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
59 lines
2.2 KiB
Makefile
59 lines
2.2 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
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
_BROWSER_TEST_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_passedinsheet.js \
|
|
browser_styleeditor_pretty.js \
|
|
browser_styleeditor_private_perwindowpb.js \
|
|
browser_styleeditor_readonly.js \
|
|
browser_styleeditor_reopen.js \
|
|
browser_styleeditor_sv_keynav.js \
|
|
browser_styleeditor_sv_resize.js \
|
|
browser_styleeditor_bug_826982_location_changed.js \
|
|
browser_styleeditor_bug_851132_middle_click.js \
|
|
head.js \
|
|
helpers.js \
|
|
four.html \
|
|
head.js \
|
|
helpers.js \
|
|
import.css \
|
|
import.html \
|
|
import2.css \
|
|
longload.html \
|
|
media.html \
|
|
media-small.css \
|
|
minified.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)
|
|
|
|
libs:: $(_BROWSER_TEST_FILES)
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|