mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a7eb97f896
With assistance on the patch from Ms2ger, Waldo, and Mossop.
37 lines
869 B
Makefile
37 lines
869 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 = ../../../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
relativesrcdir = toolkit/components/places/tests/chrome
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MOCHITEST_FILES = \
|
|
sample_feed.atom \
|
|
bad_links.atom \
|
|
rss_as_html.rss \
|
|
rss_as_html.rss^headers^ \
|
|
link-less-items.rss \
|
|
link-less-items-no-site-uri.rss \
|
|
$(NULL)
|
|
|
|
MOCHITEST_CHROME_FILES = \
|
|
test_371798.xul \
|
|
test_342484.xul \
|
|
test_341972a.xul \
|
|
test_341972b.xul \
|
|
test_favicon_annotations.xul \
|
|
test_303567.xul \
|
|
test_381357.xul \
|
|
test_history_post.xul \
|
|
history_post.sjs \
|
|
test_reloadLivemarks.xul \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|