| Index: gpu/gpu.gyp
|
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
|
| index d63b139cf46901be391e1beb0686235711d32cee..2ad0bcb1ff3c7742a0dff7322233573dbf9ed6ce 100644
|
| --- a/gpu/gpu.gyp
|
| +++ b/gpu/gpu.gyp
|
| @@ -257,14 +257,12 @@
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/khronos/khronos.gyp:khronos_headers',
|
| - '../ui/gl/gl.gyp:gl',
|
| + '../ui/gl/gl.gyp:gl_unittest_utils',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| 'sources': [
|
| - 'command_buffer/common/gl_mock.h',
|
| - 'command_buffer/common/gl_mock.cc',
|
| 'command_buffer/service/gles2_cmd_decoder_mock.cc',
|
| 'command_buffer/service/gles2_cmd_decoder_mock.cc',
|
| ],
|
|
|