Index: third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp b/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp |
index 85c9a36700795d40b2c9235aa888987fd56d4460..c11e4fad1ce366e381e16e6f474c243df95dfb7f 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp |
@@ -3,6 +3,7 @@ |
// found in the LICENSE file. |
#include "config.h" |
+#if ENABLE(WEB_AUDIO) |
#include "modules/webaudio/DynamicsCompressorNode.h" |
#include "core/testing/DummyPageHolder.h" |
@@ -27,3 +28,5 @@ TEST(DynamicsCompressorNodeTest, ProcessorLifetime) |
} |
} // namespace blink |
+ |
+#endif // ENABLE(WEB_AUDIO) |