diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 9fedfb3..81685c6 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -134,7 +134,7 @@ 'target_name': 'gles2_cmd_helper', 'type': 'static_library', 'dependencies': [ - 'command_buffer_common', + 'command_buffer_client', ], 'sources': [ 'command_buffer/client/gles2_cmd_helper.cc', |