summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 21:31:53 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 21:31:53 +0000
commit96f8063420f0170207f8b8fad211c70d3ad66db6 (patch)
treeecd625784f6ccf6a699f51a888e7e70056ab4bc0 /gfx/gfx.gyp
parentd3d0ef9739170a270dcb2f070f2364aa003aea9c (diff)
downloadchromium_src-96f8063420f0170207f8b8fad211c70d3ad66db6.zip
chromium_src-96f8063420f0170207f8b8fad211c70d3ad66db6.tar.gz
chromium_src-96f8063420f0170207f8b8fad211c70d3ad66db6.tar.bz2
Revert 45240 - Moved GLContext class to gfx/gl.
Now it can be used by code outside of the gpu project, for example AcceleratedSurface. TEST=trybots BUG=none Review URL: http://codereview.chromium.org/1694003 TBR=jamesr@chromium.org Review URL: http://codereview.chromium.org/1747007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45244 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp24
1 files changed, 0 insertions, 24 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index d5a06aa..4b7d612 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -130,30 +130,6 @@
}],
],
},
- {
- 'target_name': 'gfx_gl',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- '../third_party/glew/include',
- ],
- 'defines': [
- 'GLEW_STATIC',
- ],
- 'sources': [
- 'gl/gl_context.cc',
- 'gl/gl_context.h',
- 'gl/gl_context_osmesa.cc',
- 'gl/gl_context_osmesa.h',
- 'gl/gl_context_linux.cc',
- 'gl/gl_context_linux.h',
- 'gl/gl_context_mac.cc',
- 'gl/gl_context_mac.h',
- 'gl/gl_context_win.cc',
- 'gl/gl_context_win.h',
- '../third_party/glew/src/glew.c',
- ],
- },
],
}