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

Unified Diff: ui/gfx/gl/gl.gyp

Issue 8549024: wayland: integrate gl_surface_wayland.cc into gl_surface_linux.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | ui/gfx/gl/gl_surface_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl.gyp
diff --git a/ui/gfx/gl/gl.gyp b/ui/gfx/gl/gl.gyp
index 22e40b9ac641dc84fd4813a2a95b60bc41f31c8d..c5d2b91515b86a443fc8e513ac1e6cc93a2bf6b6 100644
--- a/ui/gfx/gl/gl.gyp
+++ b/ui/gfx/gl/gl.gyp
@@ -63,7 +63,6 @@
'gl_surface_mac.cc',
'gl_surface_stub.cc',
'gl_surface_stub.h',
- 'gl_surface_wayland.cc',
'gl_surface_win.cc',
'gl_surface_osmesa.cc',
'gl_surface_osmesa.h',
@@ -129,11 +128,6 @@
'<(DEPTH)/third_party/angle/include',
],
}],
- ['use_wayland == 1', {
- 'sources!': [
- 'gl_surface_linux.cc',
- ],
- }],
['use_x11 == 1 and use_wayland != 1', {
'sources': [
'gl_context_glx.cc',
« no previous file with comments | « no previous file | ui/gfx/gl/gl_surface_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698