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

Unified Diff: content/content_common.gypi

Issue 1313913003: Begin refactor of AVDA to support zero-copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl feedback + rebased. Created 5 years, 3 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/gpu_video_decode_accelerator.cc ('k') | no next file » | 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 21c98af564a9644f0a8dc9bdc609c22e1500be2d..89caca49fb317d31111fd830348e7c403e7043e4 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -796,8 +796,11 @@
'../media/media.gyp:media',
],
'sources': [
+ 'common/gpu/media/android_copying_backing_strategy.cc',
+ 'common/gpu/media/android_copying_backing_strategy.h',
'common/gpu/media/android_video_decode_accelerator.cc',
'common/gpu/media/android_video_decode_accelerator.h',
+ 'common/gpu/media/avda_return_on_failure.h',
],
}],
['OS=="android" and enable_webrtc==1', {
« no previous file with comments | « content/common/gpu/media/gpu_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698