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

Unified Diff: media/gpu/BUILD.gn

Issue 2706653002: Added SurfaceTextureGLOwner to create / own GL objects. (Closed)
Patch Set: unit tests Created 3 years, 10 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 9ef544c2a9b35e1bd6720a634b5f5a8a406687c8..059dc72b7a1e68e15ac1b9d1b63d4bacaf8a6a8d 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -186,6 +186,8 @@ component("gpu") {
"avda_shared_state.cc",
"avda_shared_state.h",
"avda_state_provider.h",
+ "surface_texture_gl_owner.cc",
+ "surface_texture_gl_owner.h",
]
if (enable_webrtc) {
@@ -433,6 +435,7 @@ source_set("android_video_decode_accelerator_unittests") {
sources = [
"android_video_decode_accelerator_unittest.cc",
"avda_codec_allocator_unittest.cc",
+ "surface_texture_gl_owner_unittest.cc",
]
if (enable_media_codec_video_decoder) {
sources += [ "android/media_codec_video_decoder_unittest.cc" ]
« no previous file with comments | « no previous file | media/gpu/avda_picture_buffer_manager.h » ('j') | media/gpu/surface_texture_gl_owner_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698