Bug 827007: Implement Stop for UserMediaStreams; add NotifyRemoved for MediaStream...
[gecko.git] / js / jsd / test / Makefile.in
blob59a633d1d765378cf4548c8e070ba4493f39e802
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
10 relativesrcdir = @relativesrcdir@
12 include $(DEPTH)/config/autoconf.mk
14 MODULE = jsdebug
17 MOCHITEST_FILES = test_bug507448.html bug507448.js \
18 test_bug617870-callhooks.html test-bug617870-callhooks.js jsd-test.js \
19 test_bug638178-execlines.html test-bug638178-execlines.js \
20 $(NULL)
22 include $(topsrcdir)/config/rules.mk