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

Unified Diff: webrtc/modules/audio_coding/main/audio_coding_module.gypi

Issue 1415163002: Removing AudioCoding class, a.k.a the new ACM API (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 months 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
Index: webrtc/modules/audio_coding/main/audio_coding_module.gypi
diff --git a/webrtc/modules/audio_coding/main/audio_coding_module.gypi b/webrtc/modules/audio_coding/main/audio_coding_module.gypi
index 7370836e8b5bb302acbbddf244e8545bc584ee74..295bccf7003ec0e984b3abca553521297c1d0de3 100644
--- a/webrtc/modules/audio_coding/main/audio_coding_module.gypi
+++ b/webrtc/modules/audio_coding/main/audio_coding_module.gypi
@@ -108,8 +108,6 @@
'<(DEPTH)/testing/gtest.gyp:gtest',
],
'sources': [
- 'acm2/acm_receive_test.cc',
- 'acm2/acm_receive_test.h',
'acm2/acm_receive_test_oldapi.cc',
'acm2/acm_receive_test_oldapi.h',
],
@@ -127,8 +125,6 @@
'<(DEPTH)/testing/gtest.gyp:gtest',
],
'sources': [
- 'acm2/acm_send_test.cc',
- 'acm2/acm_send_test.h',
'acm2/acm_send_test_oldapi.cc',
'acm2/acm_send_test_oldapi.h',
],

Powered by Google App Engine
This is Rietveld 408576698