gecko/toolkit/components/social/test/browser/Makefile.in
Gavin Sharp 354e12c7fa Bug 771980: provider must be re-usable, r=jaws
--HG--
extra : transplant_source : s%94%84%C2%7C%27%A3%B0%DB%5B%7F%40%96%A4S%21%FFcSA
2012-07-11 10:43:56 -07:00

28 lines
675 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/social/test/browser
MODULE = test_socialapi
include $(DEPTH)/config/autoconf.mk
MOCHITEST_BROWSER_FILES = \
head.js \
data.json \
worker_xhr.js \
browser_frameworker.js \
worker_relative.js \
relative_import.js \
browser_workerAPI.js \
worker_social.js \
browser_SocialProvider.js \
$(NULL)
include $(topsrcdir)/config/rules.mk