diff options
Diffstat (limited to 'o3d/core/core.gyp')
-rw-r--r-- | o3d/core/core.gyp | 8 |
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', ], }, ], |