Chromium Code Reviews

Unified Diff: ui/gl/gl.gyp

Issue 177953004: Enable SurfaceTexture based zero-copy texture uploading on Android platform Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 527c5c4b63d20cb9a068d849b27ed26cc1661f63..01fc96b3d6f2d74fd0bcfbf5b4912c4cb69c3a2c 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -274,6 +274,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