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

Unified Diff: media/BUILD.gn

Issue 1124423008: MJPEG acceleration for video capture using VAAPI, the GPU and IPC part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-1-media
Patch Set: add back jpeg_decode_accelerator.cc Created 5 years, 6 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/content_common.gypi ('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 fc7953ae43fbbe09aaa4e815affa649eec92fd43..5bfd363132f9781cfe036c135caac8aced5bb275 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -244,6 +244,8 @@ component("media") {
"video/gpu_memory_buffer_video_frame_pool.h",
"video/h264_poc.cc",
"video/h264_poc.h",
+ "video/jpeg_decode_accelerator.cc",
+ "video/jpeg_decode_accelerator.h",
"video/picture.cc",
"video/picture.h",
"video/video_decode_accelerator.cc",
« no previous file with comments | « content/content_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698