| Index: gpu/gpu.gyp
|
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
|
| index b84806acc4a2781cf8b68c0b498cb4551fc5b849..36c6080a95edb7587fecd5f8028619102cdd043a 100644
|
| --- a/gpu/gpu.gyp
|
| +++ b/gpu/gpu.gyp
|
| @@ -205,6 +205,8 @@
|
| 'command_buffer/service/context_group_unittest.cc',
|
| 'command_buffer/service/feature_info_unittest.cc',
|
| 'command_buffer/service/framebuffer_manager_unittest.cc',
|
| + 'command_buffer/service/gl_context_mock.cc',
|
| + 'command_buffer/service/gl_context_mock.h',
|
| 'command_buffer/service/gl_surface_mock.cc',
|
| 'command_buffer/service/gl_surface_mock.h',
|
| 'command_buffer/service/gles2_cmd_decoder_unittest.cc',
|
| @@ -221,6 +223,7 @@
|
| 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc',
|
| 'command_buffer/service/gles2_cmd_decoder_unittest_base.h',
|
| 'command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc',
|
| + 'command_buffer/service/gles2_cmd_decoder_unittest_context_lost.cc',
|
| 'command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc',
|
| 'command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc',
|
| 'command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc',
|
|
|