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

Unified Diff: media/media.gyp

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 | « media/BUILD.gn ('k') | media/mojo/services/mojo_renderer_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 8020ba7b7b68a2d46e441328ce296879b71005d0..ed6aa6698b69d7b276f4c2d0ddcfcd2a957e17c4 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -587,6 +587,8 @@
'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',
@@ -1092,6 +1094,7 @@
'../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_base',
'../gpu/gpu.gyp:command_buffer_common',
+ '../gpu/gpu.gyp:gpu_unittest_utils',
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
@@ -1213,6 +1216,7 @@
'video/capture/fake_video_capture_device_unittest.cc',
'video/capture/video_capture_device_unittest.cc',
'video/h264_poc_unittest.cc',
+ 'video/gpu_memory_buffer_video_frame_pool_unittest.cc',
],
'include_dirs': [
# Needed by media_drm_bridge.cc.
« no previous file with comments | « media/BUILD.gn ('k') | media/mojo/services/mojo_renderer_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698