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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2387113005: Drop _oldapi from ACM test file names (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 8e181d367568affde6428468e4b59e21146629f8..dc2c4c4317c4a34851a5eb1d69d1dde5aaaa5938 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -270,8 +270,8 @@ if (rtc_include_tests) {
defines = audio_coding_defines
deps = []
sources = [
- "audio_coding/acm2/acm_receiver_unittest_oldapi.cc",
- "audio_coding/acm2/audio_coding_module_unittest_oldapi.cc",
+ "audio_coding/acm2/acm_receiver_unittest.cc",
+ "audio_coding/acm2/audio_coding_module_unittest.cc",
"audio_coding/acm2/call_statistics_unittest.cc",
"audio_coding/acm2/codec_manager_unittest.cc",
"audio_coding/acm2/rent_a_codec_unittest.cc",
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698