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

Unified Diff: ui/gl/gl.gyp

Issue 13886018: Add a factory and defines for native Linux surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 7 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 | « ui/gfx/native_widget_types.h ('k') | ui/gl/gl_bindings.h » ('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 f90b2ddc02c9c7d7a930311d4821470bdf1efaf8..c8625d99d9da07c98aaee575f4c2e10f222ae815 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -55,6 +55,7 @@
'gl_context.h',
'gl_context_android.cc',
'gl_context_mac.mm',
+ 'gl_context_ozone.cc',
'gl_context_osmesa.cc',
'gl_context_osmesa.h',
'gl_context_stub.cc',
@@ -70,6 +71,7 @@
'gl_image.h',
'gl_image_android.cc',
'gl_image_mac.cc',
+ 'gl_image_ozone.cc',
'gl_image_stub.cc',
'gl_image_stub.h',
'gl_image_win.cc',
@@ -77,6 +79,7 @@
'gl_implementation.cc',
'gl_implementation.h',
'gl_implementation_android.cc',
+ 'gl_implementation_ozone.cc',
'gl_implementation_mac.cc',
'gl_implementation_win.cc',
'gl_implementation_x11.cc',
@@ -90,7 +93,6 @@
'gl_state_restorer.h',
'gl_surface.cc',
'gl_surface.h',
- 'gl_surface_android.cc',
'gl_surface_mac.cc',
'gl_surface_stub.cc',
'gl_surface_stub.h',
@@ -174,7 +176,7 @@
},
],
'conditions': [
- ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
+ ['OS in ("win", "android", "linux")', {
'sources': [
'egl_util.cc',
'egl_util.h',
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698