mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
65 lines
1.9 KiB
Makefile
65 lines
1.9 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 = \
|
|
frameBug624047.html \
|
|
frameChromeSlave.html \
|
|
frameKeySync.html \
|
|
frameMasterEqual.html \
|
|
frameMasterNotEqual.html \
|
|
frameSlaveEqual.html \
|
|
frameSlaveNotEqual.html \
|
|
frameReplace.html \
|
|
frameQuota.html \
|
|
frameQuotaSessionOnly.html \
|
|
frameOrder.html \
|
|
interOriginFrame.js \
|
|
interOriginTest.js \
|
|
interOriginTest2.js \
|
|
pbSwitch.js \
|
|
test_brokenUTF-16.html \
|
|
test_bug624047.html \
|
|
test_bug746272-1.html \
|
|
test_bug746272-2.html \
|
|
test_cookieBlock.html \
|
|
test_cookieSession-phase1.html \
|
|
test_cookieSession-phase2.html \
|
|
test_embededNulls.html \
|
|
test_keySync.html \
|
|
test_localStorageBase.html \
|
|
test_localStorageBasePrivateBrowsing.html \
|
|
test_localStorageBaseSessionOnly.html \
|
|
test_localStorageCookieSettings.html \
|
|
test_localStorageEnablePref.html \
|
|
test_localStorageOriginsEquals.html \
|
|
test_localStorageOriginsDiff.html \
|
|
test_localStorageOriginsPortDiffs.html \
|
|
test_localStorageOriginsDomainDiffs.html \
|
|
test_localStorageOriginsSchemaDiffs.html \
|
|
test_localStorageReplace.html \
|
|
test_localStorageQuota.html \
|
|
test_localStorageQuotaPrivateBrowsing.html \
|
|
test_localStorageQuotaSessionOnly.html \
|
|
test_localStorageQuotaSessionOnly2.html \
|
|
test_localStorageKeyOrder.html \
|
|
test_removeOwnersAPI.html \
|
|
test_removeOwnersAPISessionOnly.html \
|
|
test_storageConstructor.html \
|
|
$(NULL)
|
|
|
|
MOCHITEST_CHROME_FILES = \
|
|
test_localStorageFromChrome.xhtml \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|