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

Unified Diff: media/gpu/BUILD.gn

Issue 2296513003: Delete AVDACopyingBackingStrategy and rename AVDADeferredRenderingBackingStrategy (Closed)
Patch Set: Undelete & fix unittest Created 4 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: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 648f7f4c40810074a29736adf18c4e751d25bc9c..7caec898c5c49c170e6c7db6ad8111c5755c72e7 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -207,15 +207,12 @@ component("gpu") {
if (is_android) {
sources += [
- "android_copying_backing_strategy.cc",
- "android_copying_backing_strategy.h",
- "android_deferred_rendering_backing_strategy.cc",
- "android_deferred_rendering_backing_strategy.h",
"android_video_decode_accelerator.cc",
"android_video_decode_accelerator.h",
"avda_codec_image.cc",
"avda_codec_image.h",
- "avda_return_on_failure.h",
+ "avda_picture_buffer_manager.cc",
+ "avda_picture_buffer_manager.h",
"avda_shared_state.cc",
"avda_shared_state.h",
"avda_state_provider.h",
« no previous file with comments | « no previous file | media/gpu/android_copying_backing_strategy.h » ('j') | media/gpu/android_video_decode_accelerator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698