gecko-dev/embedding/test/Makefile.in

26 строки
598 B
Makefile
Исходник Обычный вид История

2008-08-25 21:21:28 +04:00
#
2012-05-21 15:12:37 +04:00
# 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/.
2008-08-25 21:21:28 +04:00
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = embedding/test
include $(DEPTH)/config/autoconf.mk
MOCHITEST_FILES = \
test_bug293834.html \
bug293834_form.html \
320x240.ogv \
test_bug449141.html \
bug449141_page.html \
2009-06-26 12:46:31 +04:00
test_bug499115.html \
test_nsFind.html \
test_window_open_units.html \
$(NULL)
2008-08-25 21:21:28 +04:00
include $(topsrcdir)/config/rules.mk