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

Unified Diff: webrtc/api/video_codecs/BUILD.gn

Issue 3007073002: Add new video codec factories (Closed)
Patch Set: . Created 3 years, 3 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 | « no previous file | webrtc/api/video_codecs/video_decoder_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/video_codecs/BUILD.gn
diff --git a/webrtc/api/video_codecs/BUILD.gn b/webrtc/api/video_codecs/BUILD.gn
index c8bde0149602099e3706a7d53ad50ddd735c9331..4a050ab5cc304bebef3afcd6bba3e8ccb0d58671 100644
--- a/webrtc/api/video_codecs/BUILD.gn
+++ b/webrtc/api/video_codecs/BUILD.gn
@@ -16,8 +16,10 @@ rtc_source_set("video_codecs_api") {
sources = [
"sdp_video_format.h",
"video_decoder.h",
+ "video_decoder_factory.h",
"video_encoder.cc",
"video_encoder.h",
+ "video_encoder_factory.h",
]
deps = [
« no previous file with comments | « no previous file | webrtc/api/video_codecs/video_decoder_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698