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

Unified Diff: ui/gl/gl.gyp

Issue 195583003: Add initial GpuMemoryBufferSurfaceTexture implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use base::ProcessHandle explicitly in a few places 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
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 4d4d658882b1cb33e0ed7218aaafb776dad695a7..032912bf4de378b44dbeaff44c2809756087bda4 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',
@@ -275,6 +277,8 @@
'sources': [
'gl_image_egl.cc',
'gl_image_egl.h',
+ 'gl_image_surface_texture.cc',
+ 'gl_image_surface_texture.h',
],
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698