diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 23:39:53 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 23:39:53 +0000 |
commit | 8e1b98ae9ec5ebd3c94df444769ab2305ee587e5 (patch) | |
tree | 3ca6bb6456efc26ba9b7df8b08f58761bb13bcb7 /gpu/gpu.gyp | |
parent | 74c54b2d692fb1e86c7a882c10c12f0079e5743a (diff) | |
download | chromium_src-8e1b98ae9ec5ebd3c94df444769ab2305ee587e5.zip chromium_src-8e1b98ae9ec5ebd3c94df444769ab2305ee587e5.tar.gz chromium_src-8e1b98ae9ec5ebd3c94df444769ab2305ee587e5.tar.bz2 |
Fix Revert of 89054 so it builds on win_shared
TEST=builds on win_shared
BUG=none
Review URL: http://codereview.chromium.org/7167001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index d9ddf7c..b6472e2 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -120,6 +120,7 @@ 'target_name': 'gles2_c_lib', 'type': 'static_library', 'dependencies': [ + '../base/base.gyp:base', 'gles2_implementation', ], 'sources': [ |