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

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: 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index ecfe362c95bd943b1b6676d86f459fbd04a4c0b0..7a9d8f84956bcdd6792391b303b2a29c88900979 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -384,6 +384,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",
Pawel Osciak 2015/05/28 09:13:17 Nit: Please fix order (above vaapi_picture).
kcwu 2015/05/28 12:10:27 Done.
+ "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",
« no previous file with comments | « no previous file | content/common/gpu/DEPS » ('j') | content/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698