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

Unified Diff: webrtc/video/BUILD.gn

Issue 2521203002: Move VideoDecoder::Create() logic to separate internal video decoder factory (Closed)
Patch Set: Add unittest Created 4 years 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/encoder_settings.cc ('k') | webrtc/video/video_decoder.cc » ('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 8a99fbf9bd534366d3117e3f7c1e9d7b0e27ad33..66191efb8a054d9767e53b560f3f4be2845e35ea 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -36,7 +36,6 @@ rtc_static_library("video") {
"stream_synchronization.h",
"transport_adapter.cc",
"transport_adapter.h",
- "video_decoder.cc",
"video_receive_stream.cc",
"video_receive_stream.h",
"video_send_stream.cc",
« no previous file with comments | « webrtc/test/encoder_settings.cc ('k') | webrtc/video/video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698