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

Unified Diff: ui/gl/gl.gyp

Issue 23868030: Make it possible to use OSMesa on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « gpu/command_buffer/service/async_pixel_transfer_manager_android.cc ('k') | ui/gl/gl_context_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 95db80957d81b3e009e91af85127ca39d6919007..54c3eaa9474174e6c04faf33e7026447603515d0 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -264,6 +264,8 @@
'sources': [
'gl_image_egl.cc',
'gl_image_egl.h',
+ 'gl_implementation_linux.cc',
+ 'gl_implementation_linux.h',
Peter Beverloo 2013/10/03 19:46:42 I've tried a ton of things (regular inclusions lik
piman 2013/10/03 19:54:18 Not sure... Feel free to rename this (though I can
],
'link_settings': {
'libraries': [
@@ -271,7 +273,6 @@
],
},
'sources!': [
- 'gl_context_osmesa.cc',
'system_monitor_posix.cc',
],
'defines': [
« no previous file with comments | « gpu/command_buffer/service/async_pixel_transfer_manager_android.cc ('k') | ui/gl/gl_context_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698