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

Unified Diff: content/common/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 | « no previous file | content/common/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 09f7a4a989204e33a05aad18fa063f18163d780e..2e82056cd72d359e3ce2f5150c0f6c102735b079 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -382,6 +382,10 @@ source_set("common") {
if (current_cpu != "arm") {
sources += [
"gpu/media/va_surface.h",
+ "gpu/media/vaapi_jpeg_decode_accelerator.cc",
+ "gpu/media/vaapi_jpeg_decode_accelerator.h",
+ "gpu/media/vaapi_jpeg_decoder.cc",
+ "gpu/media/vaapi_jpeg_decoder.h",
"gpu/media/vaapi_picture.cc",
"gpu/media/vaapi_picture.h",
"gpu/media/vaapi_video_decode_accelerator.cc",
« no previous file with comments | « no previous file | content/common/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698