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

Unified Diff: ui/gl/gl.gyp

Issue 195583003: Add initial GpuMemoryBufferSurfaceTexture implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « ui/gl/android/surface_texture_tracker.cc ('k') | ui/gl/gl_image_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index a45e8ce2ca7c42bbf8a665f40b83cc96fb5a7b78..dec3585e8e6d3d54b90500f51180069290f688b8 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -50,6 +50,8 @@
'android/surface_texture.h',
'android/surface_texture_listener.cc',
'android/surface_texture_listener.h',
+ 'android/surface_texture_tracker.cc',
+ 'android/surface_texture_tracker.h',
'gl_bindings.h',
'gl_bindings_skia_in_process.cc',
'gl_bindings_skia_in_process.h',
@@ -279,6 +281,8 @@
'sources': [
'gl_image_android_native_buffer.cc',
'gl_image_android_native_buffer.h',
+ 'gl_image_surface_texture.cc',
+ 'gl_image_surface_texture.h',
],
'link_settings': {
'libraries': [
« no previous file with comments | « ui/gl/android/surface_texture_tracker.cc ('k') | ui/gl/gl_image_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698