Bug 883114 - Part d: remove make rules in toolkit/content/tests; r=ted

This commit is contained in:
Ms2ger 2013-07-01 09:02:19 +02:00
parent a85fdec1da
commit c606b9c12d
2 changed files with 4 additions and 10 deletions

View File

@ -10,7 +10,10 @@ relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_CHROME_FILES = findbar_window.xul \
MOCHITEST_CHROME_FILES = \
../widgets/popup_shared.js \
../widgets/tree_shared.js \
findbar_window.xul \
test_findbar.xul \
findbar_events_window.xul \
test_findbar_events.xul \

View File

@ -11,11 +11,6 @@ relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
_CHROME_FILES = \
popup_shared.js \
tree_shared.js \
$(NULL)
MOCHITEST_FILES = \
test_contextmenu_nested.xul \
tree_shared.js \
@ -62,8 +57,4 @@ MOCHITEST_FILES += \
$(NULL)
endif
libs:: $(_CHROME_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)/../chrome
include $(topsrcdir)/config/rules.mk