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

Unified Diff: media/cast/BUILD.gn

Issue 892383002: RELAND: [Cast] Software encoder support for varying video frame sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for 'access to uninitialized memory' error. Created 5 years, 11 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 | media/cast/cast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index 2166953d38f2fcdeb3d6689ffa912310ce5aeee3..6a250d0d1bb1ae84878395f7744c90bc4500eb41 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -140,6 +140,7 @@ source_set("sender") {
"//media:shared_memory_support",
"//third_party/libvpx",
"//third_party/opus",
+ "//ui/gfx/geometry",
]
# use a restricted subset of media and no software codecs on iOS
« no previous file with comments | « no previous file | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698