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

Unified Diff: media/gpu/BUILD.gn

Issue 2706653002: Added SurfaceTextureGLOwner to create / own GL objects. (Closed)
Patch Set: stopped including gl_initializer.h Created 3 years, 9 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 | « no previous file | media/gpu/avda_picture_buffer_manager.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 e026eee6778a441fb5638e30d189ad5c946ba9c6..73042a99f20da2ba25521c7e31fc1e3d44525be0 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -187,6 +187,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) {
@@ -434,6 +436,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698