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

Unified Diff: content/content_common.gypi

Issue 11198060: VDA implementation for Exynos, using V4L2 (Closed) Base URL: https://git.chromium.org/git/chromium/src@git-svn
Patch Set: Switch to eventfd for device-polling interrupt. Created 8 years, 1 month 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/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 40427d556d0d618eeb03b8b3226df9ae2ffa5b03..3adb626a9d5fd860a7b53c2b047b123b20048307 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -474,6 +474,8 @@
'../media/media.gyp:media',
],
'sources': [
+ 'common/gpu/media/exynos_video_decode_accelerator.cc',
+ 'common/gpu/media/exynos_video_decode_accelerator.h',
'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
'common/gpu/media/gles2_texture_to_egl_image_translator.h',
'common/gpu/media/omx_video_decode_accelerator.cc',

Powered by Google App Engine
This is Rietveld 408576698