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

Unified Diff: webrtc/audio/BUILD.gn

Issue 3008273002: Replace voe_conference_test. (Closed)
Patch Set: rebase Created 3 years, 3 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/audio/test/audio_end_to_end_test.h » ('j') | webrtc/audio/test/audio_stats_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 42b74ffcd6babee026b54df39f86bd6b5f9521a4..20b4031ebd980fb0e333fb09742b80461375cb66 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -76,6 +76,9 @@ if (rtc_include_tests) {
"audio_receive_stream_unittest.cc",
"audio_send_stream_unittest.cc",
"audio_state_unittest.cc",
+ "test/audio_end_to_end_test.cc",
+ "test/audio_end_to_end_test.h",
+ "test/audio_stats_test.cc",
"time_interval_unittest.cc",
]
deps = [
@@ -107,8 +110,9 @@ if (rtc_include_tests) {
testonly = true
sources = [
+ "test/audio_end_to_end_test.cc",
+ "test/audio_end_to_end_test.h",
kwiberg-webrtc 2017/09/13 14:20:26 It looks like you're adding the same files to more
the sun 2017/09/13 14:53:32 Thanks!
"test/low_bandwidth_audio_test.cc",
- "test/low_bandwidth_audio_test.h",
]
deps = [
« no previous file with comments | « no previous file | webrtc/audio/test/audio_end_to_end_test.h » ('j') | webrtc/audio/test/audio_stats_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698