mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
804 B
Makefile
30 lines
804 B
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/.
|
|
|
|
MOCHITEST_FILES = \
|
|
bug89419.sjs \
|
|
blue.png \
|
|
red.png \
|
|
92598_nostore.html \
|
|
92598_nostore.html^headers^ \
|
|
112564_nocache.html \
|
|
112564_nocache.html^headers^ \
|
|
215405_nostore.html \
|
|
215405_nostore.html^headers^ \
|
|
215405_nocache.html \
|
|
215405_nocache.html^headers^ \
|
|
582176_dummy.html \
|
|
582176_xml.xml \
|
|
582176_xslt.xsl \
|
|
allowContentRetargeting.sjs \
|
|
$(NULL)
|
|
|
|
ifneq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
|
MOCHITEST_CHROME_FILES += \
|
|
test_bug454235.xul \
|
|
$(NULL)
|
|
else
|
|
$(filter disabled-temporarily--bug-684176, test_bug454235.xul)
|
|
endif
|