Bug 899492 - Disable plugin crash test when crashreporter not available. r=ted

--HG--
extra : rebase_source : abfb42265477940a373891241f6fa5d68e441e03
This commit is contained in:
Christian Holler 2013-07-30 16:01:45 +02:00
parent dc8ec482b2
commit 8546152aee

View File

@ -222,7 +222,6 @@ MOCHITEST_BROWSER_FILES = \
browser_pageInfo.js \
browser_pinnedTabs.js \
browser_plainTextLinks.js \
browser_pluginCrashCommentAndURL.js \
browser_pluginnotification.js \
browser_pluginplaypreview.js \
browser_pluginplaypreview2.js \
@ -321,7 +320,6 @@ MOCHITEST_BROWSER_FILES = \
plugin_two_types.html \
plugin_data_url.html \
plugin_unknown.html \
pluginCrashCommentAndURL.html \
POSTSearchEngine.xml \
print_postdata.sjs \
redirect_bug623155.sjs \
@ -359,4 +357,11 @@ MOCHITEST_BROWSER_FILES += \
$(NULL)
endif
ifdef MOZ_CRASHREPORTER
MOCHITEST_BROWSER_FILES += \
browser_pluginCrashCommentAndURL.js \
pluginCrashCommentAndURL.html \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk