gecko/webapprt/test/chrome/Makefile.in
Myk Melez 782fce224f bug 770770: refactor webapp runtime test harness to reduce complexity/special-casing; r=adw
--HG--
extra : rebase_source : 183331b565d8c0577c9ba60a89f3c1ea6b11af9a
2012-08-14 15:27:26 -07:00

24 lines
613 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_WEBAPPRT_CHROME_FILES = \
head.js \
browser_sample.js \
sample.webapp \
sample.html \
browser_window-title.js \
window-title.webapp \
window-title.html \
$(NULL)
include $(topsrcdir)/config/rules.mk