Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(978)

Unified Diff: third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp

Issue 1470873002: Enable webaudio unit tests iff ENABLE(WEB_AUDIO). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/ScriptProcessorNodeTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp b/third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp
index 4c8b72e0d930cfbcdf33a6cd18dd10d87aba7b73..dbe23a1d1b2d32138ae725f06dce3cac3e091016 100644
--- a/third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "config.h"
+#if ENABLE(WEB_AUDIO)
#include "modules/webaudio/StereoPannerNode.h"
#include "core/testing/DummyPageHolder.h"
@@ -26,3 +27,5 @@ TEST(StereoPannerNodeTest, StereoPannerLifetime)
}
} // namespace blink
+
+#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/ScriptProcessorNodeTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698