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

Unified Diff: content/content_common.gypi

Issue 1040513003: VAVDA: Use the new, generic video decoder and accelerator infrastructure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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
« no previous file with comments | « content/common/gpu/media/vaapi_video_encode_accelerator.cc ('k') | tools/metrics/histograms/histograms.xml » ('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 d0a5c9f17153d045535d4cc7b8e073dad6b26873..70153aaffd22b0a88ffedb8f50a74023b6820e0b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -820,6 +820,15 @@
},
],
}],
+ ['chromeos==1', {
+ 'sources': [
+ 'common/gpu/media/accelerated_video_decoder.h',
+ 'common/gpu/media/h264_decoder.cc',
+ 'common/gpu/media/h264_decoder.h',
+ 'common/gpu/media/h264_dpb.cc',
+ 'common/gpu/media/h264_dpb.h',
+ ],
+ }],
['chromeos==1 and use_v4l2_codec==1', {
'direct_dependent_settings': {
'defines': [
@@ -833,13 +842,8 @@
'../media/media.gyp:media',
],
'sources': [
- 'common/gpu/media/accelerated_video_decoder.h',
'common/gpu/media/generic_v4l2_device.cc',
'common/gpu/media/generic_v4l2_device.h',
- 'common/gpu/media/h264_decoder.cc',
- 'common/gpu/media/h264_decoder.h',
- 'common/gpu/media/h264_dpb.cc',
- 'common/gpu/media/h264_dpb.h',
'common/gpu/media/v4l2_device.cc',
'common/gpu/media/v4l2_device.h',
'common/gpu/media/v4l2_image_processor.cc',
@@ -872,10 +876,6 @@
],
'sources': [
'common/gpu/media/va_surface.h',
- 'common/gpu/media/vaapi_h264_decoder.cc',
- 'common/gpu/media/vaapi_h264_decoder.h',
- 'common/gpu/media/vaapi_h264_dpb.cc',
- 'common/gpu/media/vaapi_h264_dpb.h',
'common/gpu/media/vaapi_jpeg_decoder.cc',
'common/gpu/media/vaapi_jpeg_decoder.h',
'common/gpu/media/vaapi_picture.cc',
« no previous file with comments | « content/common/gpu/media/vaapi_video_encode_accelerator.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698