Bug 703888 - Remove dom/Makefile.in comment leftover from bug 533891; r=ted

This commit is contained in:
Ed Morley 2011-11-30 18:37:57 +00:00
parent 94d6275bd7
commit 3f35cb9dea

View File

@ -85,10 +85,6 @@ DIRS += \
ifdef ENABLE_TESTS
DIRS += tests
# These subdirs rely on GTK libraries and header files, it is not
# buildable on other non-GTK unix builds
ifneq (,$(filter gtk2 cocoa windows android qt os2,$(MOZ_WIDGET_TOOLKIT)))
DIRS += plugins/test
endif