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

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: 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index f5e797b61fe5ea05cc3abeccf93be9587a92859d..09308a8707170d6f6ce3b722c9a4343665c36a8a 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',
@@ -1215,6 +1218,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.

Powered by Google App Engine
This is Rietveld 408576698