Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / voice_engine / test / auto_test / voe_test_defines.h
index f53f3a9..10f6492 100644 (file)
@@ -28,9 +28,7 @@
 #define _TEST_AUDIO_PROCESSING_
 #define _TEST_FILE_
 #define _TEST_NETWORK_
-#define _TEST_CALL_REPORT_
 #define _TEST_VIDEO_SYNC_
-#define _TEST_ENCRYPT_
 #define _TEST_NETEQ_STATS_
 #define _TEST_XMEDIA_
 
@@ -69,9 +67,6 @@
 #ifndef WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API
 #undef _TEST_VIDEO_SYNC_
 #endif
-#ifndef WEBRTC_VOICE_ENGINE_ENCRYPTION_API
-#undef _TEST_ENCRYPT_
-#endif
 #ifndef WEBRTC_VOICE_ENGINE_HARDWARE_API
 #undef _TEST_HARDWARE_
 #endif
@@ -81,9 +76,6 @@
 #ifndef WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
 #undef _TEST_NETEQ_STATS_
 #endif
-#ifndef WEBRTC_VOICE_ENGINE_CALL_REPORT_API
-#undef _TEST_CALL_REPORT_
-#endif
 
 // Some parts can cause problems while running Insure
 #ifdef __INSURE__