Chromium Code Reviews| 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 = [ |