mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 883114 - Part d: remove make rules in toolkit/content/tests; r=ted
This commit is contained in:
parent
a85fdec1da
commit
c606b9c12d
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user