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

Unified Diff: content/content_common.gypi

Issue 1541353002: Add offset support to BitstreamBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle the offset with a helper class Created 5 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 b809c351124b00d4af903037e4c3167ebb2800e1..ddec03fd6fa78b7204bd780827159f9041fb9cd1 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -356,6 +356,8 @@
'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/shared_memory_region.cc',
+ 'common/gpu/media/shared_memory_region.h',
'common/gpu/stream_texture_android.cc',
'common/gpu/stream_texture_android.h',
'common/host_discardable_shared_memory_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698