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

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: Created 7 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 2a89197ca88ecf4c6c0d50de859fe4a3dc507814..237609f0e108053a6d18d94e609f28fa9f53a8a1 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -547,8 +547,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/v4l2_video_decode_accelerator.cc',
Pawel Osciak 2014/01/07 04:16:27 Please move this down to maintain lexicographical
+ 'common/gpu/media/v4l2_video_decode_accelerator.h',
'common/gpu/media/exynos_video_encode_accelerator.cc',
'common/gpu/media/exynos_video_encode_accelerator.h',
],

Powered by Google App Engine
This is Rietveld 408576698