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

Unified Diff: ui/gl/gl.gyp

Issue 13543007: GLImage support for Android zero-copy pixel buffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add expectations to the unittests for GetErrors() coming from the suppressor Created 7 years, 8 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 ea9f280add7f7520ca13074bbc0cf5da5b0dc93d..ef2e9f0f28f1f864ddeffaf531381bab2c913edb 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -258,6 +258,8 @@
'async_pixel_transfer_delegate_android.h',
'android_native_window.cc',
'android_native_window.h',
+ 'gl_image_egl.cc',
+ 'gl_image_egl.h',
],
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698