mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
14 lines
306 B
Makefile
14 lines
306 B
Makefile
DEPTH = @DEPTH@
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
relativesrcdir = @relativesrcdir@
|
|
|
|
MODULE = test_domsystem
|
|
MOCHITEST_CHROME_FILES = \
|
|
test_constants.xul \
|
|
worker_constants.js \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|