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

Unified Diff: content/content_common.gypi

Issue 825863002: WIP: Add hardware jpeg decode on tegra platform Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years 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/common/gpu/media/tegra_jpeg_codec_device.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index e32344fe64848c9d57a224538c64311c2619a12e..fb6df487b037ba40400304a4ccf9c0f70443bc73 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -324,6 +324,10 @@
'common/gpu/media/gpu_video_decode_accelerator.h',
'common/gpu/media/gpu_video_encode_accelerator.cc',
'common/gpu/media/gpu_video_encode_accelerator.h',
+ 'common/gpu/media/jpeg_codec.cc',
+ 'common/gpu/media/jpeg_codec.h',
+ 'common/gpu/media/tegra_jpeg_codec_device.cc',
+ 'common/gpu/media/tegra_jpeg_codec_device.h',
'common/gpu/null_transport_surface.cc',
'common/gpu/null_transport_surface.h',
'common/gpu/stream_texture_android.cc',
« no previous file with comments | « content/common/gpu/media/tegra_jpeg_codec_device.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698