Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / voice_engine / voice_engine.gyp
index 1ae4e02..ead8819 100644 (file)
@@ -31,7 +31,6 @@
         '../typedefs.h',
         'include/voe_audio_processing.h',
         'include/voe_base.h',
-        'include/voe_call_report.h',
         'include/voe_codec.h',
         'include/voe_dtmf.h',
         'include/voe_errors.h',
@@ -57,8 +56,6 @@
         'monitor_module.h',
         'output_mixer.cc',
         'output_mixer.h',
-        'output_mixer_internal.cc',
-        'output_mixer_internal.h',
         'shared_data.cc',
         'shared_data.h',
         'statistics.cc',
@@ -71,8 +68,6 @@
         'voe_audio_processing_impl.h',
         'voe_base_impl.cc',
         'voe_base_impl.h',
-        'voe_call_report_impl.cc',
-        'voe_call_report_impl.h',
         'voe_codec_impl.cc',
         'voe_codec_impl.h',
         'voe_dtmf_impl.cc',
           ],
           'sources': [
             'channel_unittest.cc',
-            'output_mixer_unittest.cc',
             'transmit_mixer_unittest.cc',
+            'utility_unittest.cc',
             'voe_audio_processing_unittest.cc',
             'voe_base_unittest.cc',
             'voe_codec_unittest.cc',
-            'voe_neteq_stats_unittest.cc',
           ],
           'conditions': [
             # TODO(henrike): remove build_with_chromium==1 when the bots are
             'test/auto_test/fixtures/before_initialization_fixture.cc',
             'test/auto_test/fixtures/before_initialization_fixture.h',
             'test/auto_test/standard/audio_processing_test.cc',
-            'test/auto_test/standard/call_report_test.cc',
             'test/auto_test/standard/codec_before_streaming_test.cc',
             'test/auto_test/standard/codec_test.cc',
             'test/auto_test/standard/dtmf_test.cc',
             'test/auto_test/standard/hardware_before_initializing_test.cc',
             'test/auto_test/standard/hardware_before_streaming_test.cc',
             'test/auto_test/standard/hardware_test.cc',
-            'test/auto_test/standard/manual_hold_test.cc',
             'test/auto_test/standard/mixing_test.cc',
             'test/auto_test/standard/neteq_stats_test.cc',
-            'test/auto_test/standard/neteq_test.cc',
-            'test/auto_test/standard/network_test.cc',
             'test/auto_test/standard/rtp_rtcp_before_streaming_test.cc',
             'test/auto_test/standard/rtp_rtcp_extensions.cc',
             'test/auto_test/standard/rtp_rtcp_test.cc',