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

Unified Diff: webrtc/video/BUILD.gn

Issue 2995433002: Rename ViEEncoder to VideoStreamEncoder. (Closed)
Patch Set: Created 3 years, 4 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 | « webrtc/test/fake_encoder.h ('k') | webrtc/video/encoder_rtcp_feedback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « webrtc/test/fake_encoder.h ('k') | webrtc/video/encoder_rtcp_feedback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698