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

Unified Diff: webrtc/modules/audio_coding/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 | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/acm2/acm_receive_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 9b90959d1b74e9eb650ca6a5a07ab3d22541c3cb..d1dc1edad84817c1d8664bf994395d053fd7cb46 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -891,8 +891,8 @@ if (rtc_include_tests) {
rtc_source_set("acm_receive_test") {
testonly = true
sources = [
- "acm2/acm_receive_test_oldapi.cc",
- "acm2/acm_receive_test_oldapi.h",
+ "acm2/acm_receive_test.cc",
+ "acm2/acm_receive_test.h",
]
defines = audio_coding_defines
@@ -907,8 +907,8 @@ if (rtc_include_tests) {
rtc_source_set("acm_send_test") {
testonly = true
sources = [
- "acm2/acm_send_test_oldapi.cc",
- "acm2/acm_send_test_oldapi.h",
+ "acm2/acm_send_test.cc",
+ "acm2/acm_send_test.h",
]
defines = audio_coding_defines
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/audio_coding/acm2/acm_receive_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698