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

Unified Diff: content/common/BUILD.gn

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move JPEG related code to separated file. And address some other comments Created 5 years, 8 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index b73a71b6ebb994d09adaa0999bc2db665ceed936..5e9d193a3f20a4d78e3bb7c3c2f2e93c5b87eae3 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -368,6 +368,8 @@ source_set("common") {
"gpu/media/va_surface.h",
"gpu/media/vaapi_picture.cc",
"gpu/media/vaapi_picture.h",
+ "gpu/media/vaapi_jpeg_decode_accelerator.cc",
+ "gpu/media/vaapi_jpeg_decode_accelerator.h",
"gpu/media/vaapi_video_decode_accelerator.cc",
"gpu/media/vaapi_video_decode_accelerator.h",
"gpu/media/vaapi_video_encode_accelerator.cc",

Powered by Google App Engine
This is Rietveld 408576698