Index: webrtc/video/BUILD.gn |
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn |
index f9c3453d599bdb7e6d18453c5cb820acefa5a0ec..6fa8b62aaf369d7d12c72c2db725296ab54c255c 100644 |
--- a/webrtc/video/BUILD.gn |
+++ b/webrtc/video/BUILD.gn |
@@ -44,8 +44,8 @@ rtc_static_library("video") { |
"video_send_stream.h", |
"video_stream_decoder.cc", |
"video_stream_decoder.h", |
- "vie_encoder.cc", |
- "vie_encoder.h", |
+ "video_stream_encoder.cc", |
+ "video_stream_encoder.h", |
] |
if (!build_with_chromium && is_clang) { |
@@ -257,7 +257,7 @@ if (rtc_include_tests) { |
"stream_synchronization_unittest.cc", |
"video_receive_stream_unittest.cc", |
"video_send_stream_tests.cc", |
- "vie_encoder_unittest.cc", |
+ "video_stream_encoder_unittest.cc", |
] |
deps = [ |
":video", |