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

Unified Diff: media/gpu/BUILD.gn

Issue 2813303003: Add AndroidVideoSurfaceChooser to manage overlays. (Closed)
Patch Set: fixed dereference of base::Optional Created 3 years, 8 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
« no previous file with comments | « media/base/android/test_destruction_observable.cc ('k') | media/gpu/android_video_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 036262375369be364c3245f9bcee4da12995ed81..b028c1433dd98331aab6eb5a57350508daed0cb6 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -180,6 +180,9 @@ component("gpu") {
sources += [
"android_video_decode_accelerator.cc",
"android_video_decode_accelerator.h",
+ "android_video_surface_chooser.h",
+ "android_video_surface_chooser_impl.cc",
+ "android_video_surface_chooser_impl.h",
"avda_codec_allocator.cc",
"avda_codec_allocator.h",
"avda_codec_image.cc",
@@ -195,6 +198,8 @@ component("gpu") {
"content_video_view_overlay.h",
"content_video_view_overlay_allocator.cc",
"content_video_view_overlay_allocator.h",
+ "content_video_view_overlay_factory.cc",
+ "content_video_view_overlay_factory.h",
"surface_texture_gl_owner.cc",
"surface_texture_gl_owner.h",
]
@@ -444,6 +449,7 @@ source_set("android_video_decode_accelerator_unittests") {
testonly = true
sources = [
"android_video_decode_accelerator_unittest.cc",
+ "android_video_surface_chooser_impl_unittest.cc",
"avda_codec_allocator_unittest.cc",
"content_video_view_overlay_allocator_unittest.cc",
"surface_texture_gl_owner_unittest.cc",
@@ -456,6 +462,7 @@ source_set("android_video_decode_accelerator_unittests") {
"//base/test:test_support",
"//gpu:test_support",
"//media",
+ "//media/base/android:test_support",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « media/base/android/test_destruction_observable.cc ('k') | media/gpu/android_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698