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

Unified Diff: ui/gl/gl.gyp

Issue 212933009: ui: Refactor GLImageEGL for usage by targets other than EGL_NATIVE_BUFFER_ANDROID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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..b9260af8202324176e771c0a82b851e65c609762 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -175,6 +175,8 @@
'egl_util.h',
'gl_context_egl.cc',
'gl_context_egl.h',
+ 'gl_image_egl.cc',
+ 'gl_image_egl.h',
'gl_surface_egl.cc',
'gl_surface_egl.h',
'gl_egl_api_implementation.cc',
@@ -273,8 +275,8 @@
'gl_jni_headers',
],
'sources': [
- 'gl_image_egl.cc',
- 'gl_image_egl.h',
+ 'gl_image_android_native_buffer.cc',
+ 'gl_image_android_native_buffer.h',
],
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698