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

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: 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 16098af9be653e756f77c53b9b53cc8913e34945..e5a5ff8244738f80877aea39adc1a4dd624f0e61 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",

Powered by Google App Engine
This is Rietveld 408576698