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

Unified Diff: content/common/BUILD.gn

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. 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 6c9902826536fc99bb011b99950b3b08ba2b2ad9..e8a1253cba4c1496a8021e0ef31755bf2a720cb5 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -335,8 +335,11 @@ source_set("common") {
if (is_android) {
sources += [
+ "gpu/media/android_copying_backing_strategy.cc",
+ "gpu/media/android_copying_backing_strategy.h",
"gpu/media/android_video_decode_accelerator.cc",
"gpu/media/android_video_decode_accelerator.h",
+ "gpu/media/avda_return_on_failure.h",
]
if (enable_webrtc) {

Powered by Google App Engine
This is Rietveld 408576698