diff options
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/gpu_common.gypi | 2 |
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': [ |