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

Unified Diff: content/content_common.gypi

Issue 269673005: media: Add MediaOzonePlatform support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 34bda3a9a54fe5940146e412809d319c8b98e42d..4c2e6c607452b8335ee1d5af652762f62d158dc0 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -276,8 +276,13 @@
'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/ozone_video_decode_accelerator.cc',
+ 'common/gpu/media/ozone_video_decode_accelerator.h',
+ 'common/gpu/media/video_decode_factory_ozone.cc',
'common/gpu/media/video_decode_accelerator_impl.cc',
'common/gpu/media/video_decode_accelerator_impl.h',
+ 'common/gpu/media/video_decode_factory_ozone.cc',
+ 'common/gpu/media/video_decode_factory_ozone.h',
'common/gpu/stream_texture_android.cc',
'common/gpu/stream_texture_android.h',
'common/gpu/sync_point_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698