summaryrefslogtreecommitdiffstats
path: root/o3d/core/core.gyp
diff options
context:
space:
mode:
authorapatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 19:47:26 +0000
committerapatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 19:47:26 +0000
commit0d85ea6e9786806964ec2a05a12dd2e0a05bdb0c (patch)
tree552a503dd6c198dcaaf88d7cf9fcecf545fd8b69 /o3d/core/core.gyp
parent7c9109b43243c43c427c337c7ac3c049fe77a5b9 (diff)
downloadchromium_src-0d85ea6e9786806964ec2a05a12dd2e0a05bdb0c.zip
chromium_src-0d85ea6e9786806964ec2a05a12dd2e0a05bdb0c.tar.gz
chromium_src-0d85ea6e9786806964ec2a05a12dd2e0a05bdb0c.tar.bz2
Recomitting 31676 with fix.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/core/core.gyp')
-rw-r--r--o3d/core/core.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp
index cd2a8d9..1f3afa8 100644
--- a/o3d/core/core.gyp
+++ b/o3d/core/core.gyp
@@ -398,8 +398,8 @@
['renderer == "cb"',
{
'dependencies': [
- '../command_buffer/command_buffer.gyp:command_buffer_client',
- '../gpu_plugin/gpu_plugin.gyp:np_utils',
+ '../gpu/gpu.gyp:command_buffer_client',
+ '../gpu/gpu.gyp:np_utils',
],
'sources': [
'cross/command_buffer/buffer_cb.cc',
@@ -430,11 +430,11 @@
['renderer == "cb" and cb_service != "remote"',
{
'dependencies': [
- '../command_buffer/command_buffer.gyp:command_buffer_service',
+ '../gpu/gpu.gyp:command_buffer_service',
# These dependencies are only needed for RendererCBLocal. They can
# be removed when RendererCBLocal is not needed.
- '../gpu_plugin/gpu_plugin.gyp:command_buffer',
+ '../gpu/gpu.gyp:command_buffer',
],
},
],