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

Unified Diff: content/common/BUILD.gn

Issue 1125263005: MJPEG acceleration for V4L2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments of patch set 3 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index df7183df207155a04cf89f0d6dd4939b62ef0e38..4fd7393a925af8ad2cde1f65c7375c61aaa0e436 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -361,6 +361,8 @@ source_set("common") {
"gpu/media/v4l2_device.h",
"gpu/media/v4l2_image_processor.cc",
"gpu/media/v4l2_image_processor.h",
+ "gpu/media/v4l2_jpeg_decode_accelerator.cc",
+ "gpu/media/v4l2_jpeg_decode_accelerator.h",
"gpu/media/v4l2_slice_video_decode_accelerator.cc",
"gpu/media/v4l2_slice_video_decode_accelerator.h",
"gpu/media/v4l2_video_decode_accelerator.cc",

Powered by Google App Engine
This is Rietveld 408576698