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

Unified Diff: content/content_common.gypi

Issue 122233002: vda: Rename Exynos VDA to V4L2 VDA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: vda: Rename Exynos VDA to V4L2 VDA Created 6 years, 11 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/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 2a89197ca88ecf4c6c0d50de859fe4a3dc507814..b83b5eaa9660a45532d838aef33768e78271d7aa 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -547,10 +547,10 @@
'../media/media.gyp:media',
],
'sources': [
- 'common/gpu/media/exynos_video_decode_accelerator.cc',
- 'common/gpu/media/exynos_video_decode_accelerator.h',
'common/gpu/media/exynos_video_encode_accelerator.cc',
'common/gpu/media/exynos_video_encode_accelerator.h',
+ 'common/gpu/media/v4l2_video_decode_accelerator.cc',
+ 'common/gpu/media/v4l2_video_decode_accelerator.h',
],
'include_dirs': [
'<(DEPTH)/third_party/khronos',

Powered by Google App Engine
This is Rietveld 408576698