summaryrefslogtreecommitdiff
path: root/voice_engine/voice_engine.gyp
diff options
context:
space:
mode:
authorhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-14 14:12:50 +0000
committerhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-14 14:12:50 +0000
commit4ff0edac4d4be422202da5007e811ac22ee448be (patch)
tree8fc62a2d2a6ec9ae4645c0a97656e95be0f1749e /voice_engine/voice_engine.gyp
parent91d88e1320d33fdc3648041bd941509e722f3ac4 (diff)
downloadwebrtc-4ff0edac4d4be422202da5007e811ac22ee448be.tar.gz
Removes VoECallReport sub API as part of a clean-up operation where the goal is to remove unused APIs.
BUG=3206 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11779004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5896 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voice_engine.gyp')
-rw-r--r--voice_engine/voice_engine.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/voice_engine/voice_engine.gyp b/voice_engine/voice_engine.gyp
index 16629d93..699677cf 100644
--- a/voice_engine/voice_engine.gyp
+++ b/voice_engine/voice_engine.gyp
@@ -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',
@@ -69,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',
@@ -166,7 +163,6 @@
'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',