Index: webrtc/test/BUILD.gn |
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn |
index 07ffbee41238236d6923e967897ba1541e59e9a9..a4c018524f5267199840b71bf0ca87f762e9fe1b 100644 |
--- a/webrtc/test/BUILD.gn |
+++ b/webrtc/test/BUILD.gn |
@@ -129,15 +129,14 @@ |
testonly = true |
sources = [ |
+ "testsupport/frame_reader.cc", |
"testsupport/frame_reader.h", |
+ "testsupport/frame_writer.cc", |
"testsupport/frame_writer.h", |
"testsupport/metrics/video_metrics.cc", |
"testsupport/metrics/video_metrics.h", |
"testsupport/mock/mock_frame_reader.h", |
"testsupport/mock/mock_frame_writer.h", |
- "testsupport/y4m_frame_writer.cc", |
- "testsupport/yuv_frame_reader.cc", |
- "testsupport/yuv_frame_writer.cc", |
] |
deps = [ |
@@ -260,13 +259,12 @@ |
"rtp_file_reader_unittest.cc", |
"rtp_file_writer_unittest.cc", |
"testsupport/always_passing_unittest.cc", |
+ "testsupport/frame_reader_unittest.cc", |
+ "testsupport/frame_writer_unittest.cc", |
"testsupport/isolated_output_unittest.cc", |
"testsupport/metrics/video_metrics_unittest.cc", |
"testsupport/packet_reader_unittest.cc", |
"testsupport/perf_test_unittest.cc", |
- "testsupport/y4m_frame_writer_unittest.cc", |
- "testsupport/yuv_frame_reader_unittest.cc", |
- "testsupport/yuv_frame_writer_unittest.cc", |
] |
# TODO(jschuh): Bug 1348: fix this warning. |