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

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: fixed unit test. 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 5b00588c52235cb46d744e8e622d707be3b95559..7f4d3534f74a56b1ac67b449de4aa542218b1cf6 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -795,8 +795,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', {

Powered by Google App Engine
This is Rietveld 408576698