2012-05-21 04:12:37 -07: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/.
|
2007-12-03 14:35:08 -08:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2007-12-03 14:35:08 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-04 11:26:44 -07:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2007-12-03 14:35:08 -08:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_BROWSER_FILES = browser_405664.js \
|
2010-10-24 22:15:09 -07:00
|
|
|
browser_addEngine.js \
|
2011-03-18 14:56:46 -07:00
|
|
|
browser_contextmenu.js \
|
2008-02-25 14:13:30 -08:00
|
|
|
testEngine.xml \
|
2011-03-18 14:56:46 -07:00
|
|
|
testEngine_mozsearch.xml \
|
2010-10-24 22:15:09 -07:00
|
|
|
testEngine.src \
|
2008-04-04 02:20:18 -07:00
|
|
|
browser_426329.js \
|
2009-12-27 20:30:21 -08:00
|
|
|
426329.xml \
|
2009-03-18 00:52:43 -07:00
|
|
|
browser_483086.js \
|
|
|
|
483086-1.xml \
|
|
|
|
483086-2.xml \
|
2009-12-27 20:30:21 -08:00
|
|
|
test.html \
|
2012-10-23 21:27:58 -07:00
|
|
|
browser_private_search.js \
|
2007-12-03 14:35:08 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|