| Index: gpu/gpu_common.gypi
|
| diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
|
| index 43209be0539cf23f55377f110de43cd5680b757a..755354ed329bb3a9228e1d9d7e5ea6b1cd840cf8 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': [
|
|
|