mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
62 lines
1.5 KiB
Makefile
62 lines
1.5 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_FILES = \
|
|
bug421622-referer.sjs \
|
|
$(NULL)
|
|
|
|
MOCHITEST_CHROME_FILES = \
|
|
test_bug206691.xul \
|
|
test_bug391728.html \
|
|
file_bug391728.html \
|
|
file_bug391728_2.html \
|
|
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 \
|
|
test_bug752226-3.xul \
|
|
test_bug752226-4.xul \
|
|
test_bug682305.html \
|
|
test_bug780199.xul \
|
|
test_bug780529.xul \
|
|
test_csp_bug768029.html \
|
|
test_bug800386.xul \
|
|
test_csp_bug773891.html \
|
|
test_bug816340.xul \
|
|
file_bug816340.xul \
|
|
test_domparsing.xul \
|
|
test_bug814638.xul \
|
|
host_bug814638.xul \
|
|
test_document_register.xul \
|
|
frame_bug814638.xul \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|