| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index 676160ae65d01492fe0bfc9f1cdeda8ed8dcc447..01d4ea56891eaa7e192969b54738c8927565ab44 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -306,7 +306,6 @@ if (rtc_include_tests) {
|
| "rtp_rtcp/test/testAPI/test_api_rtcp.cc",
|
| "rtp_rtcp/test/testAPI/test_api_video.cc",
|
| "utility/source/audio_frame_operations_unittest.cc",
|
| - "utility/source/file_player_unittests.cc",
|
| "utility/source/process_thread_impl_unittest.cc",
|
| "video_coding/codecs/test/packet_manipulator_unittest.cc",
|
| "video_coding/codecs/test/stats_unittest.cc",
|
| @@ -596,8 +595,6 @@ if (rtc_include_tests) {
|
| "//resources/synthetic-trace.rx",
|
| "//resources/tmobile-downlink.rx",
|
| "//resources/tmobile-uplink.rx",
|
| - "//resources/utility/encapsulated_pcm16b_8khz.wav",
|
| - "//resources/utility/encapsulated_pcmu_8khz.wav",
|
| "//resources/verizon3g-downlink.rx",
|
| "//resources/verizon3g-uplink.rx",
|
| "//resources/verizon4g-downlink.rx",
|
|
|