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

Unified Diff: content/content_common.gypi

Issue 742233002: Implement |pic_order_cnt| computation for VTVideoDecode accelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vt_reorder
Patch Set: Address comments (other than unittesting). Created 6 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 61e4a1cf571d440b7ba54bc5c4ee06a974cdc3b9..f56e881c0f9510660f5990ee92da1d398d7fac73 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -613,6 +613,8 @@
'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
'common/gpu/gpu_memory_buffer_factory_io_surface.h',
+ 'common/gpu/media/h264_poc.cc',
+ 'common/gpu/media/h264_poc.h',
'common/gpu/media/vt.h',
'common/gpu/media/vt_video_decode_accelerator.cc',
'common/gpu/media/vt_video_decode_accelerator.h',

Powered by Google App Engine
This is Rietveld 408576698