From a0866c10ddd4fd426195ad13dfc2e2b70c4c642a Mon Sep 17 00:00:00 2001 From: "xians@webrtc.org" Date: Thu, 15 Mar 2012 13:06:41 +0000 Subject: [PATCH] adding back the file api for chromium unittests. Review URL: https://webrtc-codereview.appspot.com/451013 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1894 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/engine_configurations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine_configurations.h b/src/engine_configurations.h index 323c2a61fa..61baf70b74 100644 --- a/src/engine_configurations.h +++ b/src/engine_configurations.h @@ -75,12 +75,12 @@ #define WEBRTC_VOICE_ENGINE_RTP_RTCP_API #define WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API #define WEBRTC_VOICE_ENGINE_VOLUME_CONTROL_API +#define WEBRTC_VOICE_ENGINE_FILE_API #ifndef WEBRTC_CHROMIUM_BUILD #define WEBRTC_VOICE_ENGINE_CALL_REPORT_API #define WEBRTC_VOICE_ENGINE_ENCRYPTION_API #define WEBRTC_VOICE_ENGINE_EXTERNAL_MEDIA_API -#define WEBRTC_VOICE_ENGINE_FILE_API #endif // ============================================================================