Bug 939571 - Build Web Audio in unified mode; r=glandium

This commit is contained in:
Ehsan Akhgari 2013-11-19 14:11:16 -05:00
parent ba57b7d723
commit fa64c8ac46
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
SOURCES += [
UNIFIED_SOURCES += [
'Biquad.cpp',
'DirectConvolver.cpp',
'DynamicsCompressor.cpp',

View File

@ -48,7 +48,7 @@ EXPORTS.mozilla.dom += [
'WaveShaperNode.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'AnalyserNode.cpp',
'AudioBuffer.cpp',
'AudioBufferSourceNode.cpp',