summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_common.gypi
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 21:47:48 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 21:47:48 +0000
commit24f04ff22b03c0ac4e39d9ffc7f223796efbc8e0 (patch)
tree3dd11ebf2f00b7b178a252ac19fdb83c355a78e3 /gpu/gpu_common.gypi
parent700de373fabd72cc796428d8a24f7ce6907361ff (diff)
downloadchromium_src-24f04ff22b03c0ac4e39d9ffc7f223796efbc8e0.zip
chromium_src-24f04ff22b03c0ac4e39d9ffc7f223796efbc8e0.tar.gz
chromium_src-24f04ff22b03c0ac4e39d9ffc7f223796efbc8e0.tar.bz2
Make gles2_c_lib depend on command_buffer_client
gles2_c_lib is missing a dependency on command_buffer_client, since GLES2AttachShader and friends use gpu::CommandBufferHelper::GetSpace(unsigned int). This breaks the work-in-progress components build on mac. (Triggered by https://chromiumcodereview.appspot.com/9581018/) BUG=90078 TEST=none Review URL: http://codereview.chromium.org/9630019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_common.gypi')
-rw-r--r--gpu/gpu_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
index fb2f270..a38d1d4 100644
--- a/gpu/gpu_common.gypi
+++ b/gpu/gpu_common.gypi
@@ -84,6 +84,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'command_buffer/command_buffer.gyp:gles2_utils',
+ 'command_buffer_client',
'gles2_implementation',
],
'defines': [
@@ -106,6 +107,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'command_buffer/command_buffer.gyp:gles2_utils',
+ 'command_buffer_client',
'gles2_implementation_client_side_arrays_no_check',
],
'sources': [