Backed out changeset 93602e7a1551 (bug 865642)

This commit is contained in:
Ed Morley 2013-05-03 09:19:52 +01:00
parent 09a97ad595
commit 74cc32e1ba

View File

@ -35,10 +35,14 @@ MOCHITEST_FILES := \
test_audioBufferSourceNodeNullBuffer.html \
test_badConnect.html \
test_biquadFilterNode.html \
test_delayNode.html \
test_delayNodeWithGain.html \
test_decodeAudioData.html \
test_dynamicsCompressorNode.html \
test_gainNode.html \
test_mixingRules.html \
test_pannerNode.html \
test_scriptProcessorNode.html \
test_scriptProcessorNodeChannelCount.html \
test_singleSourceDest.html \
ting.ogg \
@ -60,10 +64,6 @@ ifneq ($(OS_TARGET),Android)
MOCHITEST_FILES += \
test_bug867174.html \
test_currentTime.html \
test_delayNode.html \
test_delayNodeWithGain.html \
test_gainNode.html \
test_scriptProcessorNode.html \
$(NULL)
endif