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

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: refactored into composable pieces, to see if it looks nicer. 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 97590dfc1079b75503e43e788c246327bd771722..59946b5067c31e2292b68471dd5cb577c0c3b1db 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -794,8 +794,12 @@
'../media/media.gyp:media',
],
'sources': [
- 'common/gpu/media/android_video_decode_accelerator.cc',
+ 'common/gpu/media/android_copying_backing_strategy.cc',
+ 'common/gpu/media/android_copying_backing_strategy.h',
'common/gpu/media/android_video_decode_accelerator.h',
+ 'common/gpu/media/android_video_decode_accelerator_impl.cc',
+ 'common/gpu/media/android_video_decode_accelerator_impl.h',
+ 'common/gpu/media/avda_return_on_failure.h',
],
}],
['OS=="android" and enable_webrtc==1', {

Powered by Google App Engine
This is Rietveld 408576698