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

Unified Diff: media/BUILD.gn

Issue 1133563010: Add a GpuMemoryBuffer pool that creates hardware backed VideoFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reveman@'s nits. Created 5 years, 7 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 | « content/renderer/media/renderer_gpu_video_accelerator_factories.cc ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 91f68063222cc392bbd94036f308ccde20fac963..de0e04fbc5d5631f0582ec61b3a9907762ba60f0 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -242,6 +242,8 @@ component("media") {
"video/capture/win/video_capture_device_win.h",
"video/fake_video_encode_accelerator.cc",
"video/fake_video_encode_accelerator.h",
+ "video/gpu_memory_buffer_video_frame_pool.cc",
+ "video/gpu_memory_buffer_video_frame_pool.h",
"video/h264_poc.cc",
"video/h264_poc.h",
"video/picture.cc",
« no previous file with comments | « content/renderer/media/renderer_gpu_video_accelerator_factories.cc ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698