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

Unified Diff: media/media.gyp

Issue 688423003: [Cast] VideoFrameFactory interface to vend frames with encoder affinity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 3c438dbd298c23a89008c882f404d5f3e7df15e2..20d0998ae56200eec7b3f89b78f24d8e2f79c9c9 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1934,6 +1934,8 @@
'base/mac/video_frame_mac.cc',
'base/video_frame.cc',
'base/video_frame.h',
+ 'base/video_frame_pool.cc',
+ 'base/video_frame_pool.h',
],
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698