summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.gypi
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 18:54:22 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 18:54:22 +0000
commite0e2743d661bad1cc7309b39b0a9aea77a92bf94 (patch)
tree6bd6023addd17d67e5f16c6dffd6d14e443239e6 /chrome/chrome_dll.gypi
parentdd248d9a36a01782916aec1e2524978ac4755626 (diff)
downloadchromium_src-e0e2743d661bad1cc7309b39b0a9aea77a92bf94.zip
chromium_src-e0e2743d661bad1cc7309b39b0a9aea77a92bf94.tar.gz
chromium_src-e0e2743d661bad1cc7309b39b0a9aea77a92bf94.tar.bz2
Revert 96982 - Add gl.dll, compositor.dll, and surface.dll.
I considered merging these into ui.dll, but the respective GYP files are pretty customized, and merging all of the special casing into ui.gyp seemed like it would just make things messy. Plus, some components only need to link to surface and not all of ui. One thing that I'm not entirely sure about is the naming convention. In this case the modules are named gl, compositor and surface instead of ui_gfx_gl, and so on. I thought about declaring UI_GFX_GL_EXPORT, but I opted for the shorter GL_EXPORT instead. I think Ben has been thinking about moving these directories out of ui/gfx/ anyways since it is a bit odd for them to live there. R=rvargas Review URL: http://codereview.chromium.org/7645004 TBR=darin@chromium.org Review URL: http://codereview.chromium.org/7659015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r--chrome/chrome_dll.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 626fad7..d7ed0ee 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -660,8 +660,6 @@
],
'defines': [
'<@(nacl_win64_defines)',
- # Required to build gl_switches.cc as part of this binary.
- 'GL_IMPLEMENTATION'
],
'sources': [
'app/chrome_command_ids.h',