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

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: minor updates. Created 5 years, 4 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..cdced7c6acd268f82d3875a6eeaa7440db4a875a 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -796,6 +796,8 @@
'sources': [
'common/gpu/media/android_video_decode_accelerator.cc',
'common/gpu/media/android_video_decode_accelerator.h',
+ 'common/gpu/media/android_video_decode_accelerator_base.cc',
+ 'common/gpu/media/android_video_decode_accelerator_base.h',
],
}],
['OS=="android" and enable_webrtc==1', {

Powered by Google App Engine
This is Rietveld 408576698