diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 00:33:04 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 00:33:04 +0000 |
commit | 328ce55f74ce4316a4fbb1286be14bf603e841e6 (patch) | |
tree | dda8a6ff77f9828dad816d6b02a21e65605f9f1f /ui/gfx/gl/gl.gyp | |
parent | 9d7a49d744c7431eded94842d9bab9f7eae7c7b6 (diff) | |
download | chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.zip chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.tar.gz chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.tar.bz2 |
Remove WAYLAND port
Also removed skia/ext/canvas_paint_x.h which is not in use.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10009024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/gl/gl.gyp')
-rw-r--r-- | ui/gfx/gl/gl.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl.gyp b/ui/gfx/gl/gl.gyp index 9132b5e..9db771a 100644 --- a/ui/gfx/gl/gl.gyp +++ b/ui/gfx/gl/gl.gyp @@ -137,7 +137,7 @@ '<(DEPTH)/third_party/angle/include', ], }], - ['use_x11 == 1 and use_wayland != 1', { + ['use_x11 == 1', { 'sources': [ 'gl_context_glx.cc', 'gl_context_glx.h', |