summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 01:47:00 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 01:47:00 +0000
commitd0f5c84882b2f6aae4d69867931c093f3840c6e7 (patch)
tree06da2095b892a17ba176b08478a1036456658747 /gpu/gpu.gyp
parent1fae6fce26774e7fcc7c1989cd2a2f36eeb4ccd9 (diff)
downloadchromium_src-d0f5c84882b2f6aae4d69867931c093f3840c6e7.zip
chromium_src-d0f5c84882b2f6aae4d69867931c093f3840c6e7.tar.gz
chromium_src-d0f5c84882b2f6aae4d69867931c093f3840c6e7.tar.bz2
Fix loading a component build
The error message: symbol lookup error: libwebkit.so: undefined symbol: _ZN8switches23kEnableGPUClientLoggingE BUG=none TEST=chrome built with component=shared_library starts up OK Review URL: http://codereview.chromium.org/7168005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index b6472e2..6ca8ee2 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -81,6 +81,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../ui/gfx/gl/gl.gyp:gl',
'gles2_cmd_helper',
],
'all_dependent_settings': {