mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
31 lines
750 B
Makefile
31 lines
750 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/.
|
|
|
|
DEPTH = @DEPTH@
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
relativesrcdir = @relativesrcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MOCHITEST_FILES = test_bug511075.html \
|
|
test_splitter.xul \
|
|
test_resizer_incontent.xul \
|
|
$(NULL)
|
|
|
|
MOCHITEST_CHROME_FILES = test_bug381167.xhtml \
|
|
test_bug393970.xul \
|
|
test_bug477754.xul \
|
|
test_popupSizeTo.xul \
|
|
test_stack.xul \
|
|
test_resizer.xul \
|
|
window_resizer.xul \
|
|
window_resizer_element.xul \
|
|
test_windowminmaxsize.xul \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|