| Index: gpu/gpu_common.gypi
|
| diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
|
| index 24c7e4d1dff58b2a5c744f0782d868ac89bb7736..f6dd581a795629b4b9e466c697c9891d45c6a6e1 100644
|
| --- a/gpu/gpu_common.gypi
|
| +++ b/gpu/gpu_common.gypi
|
| @@ -19,6 +19,10 @@
|
| # with without support for client side arrays and once with for pepper and
|
| # the OpenGL ES 2.0 compliant for the conformance tests.
|
| 'gles2_implementation_source_files': [
|
| + 'command_buffer/client/client_context_state.h',
|
| + 'command_buffer/client/client_context_state.cc',
|
| + 'command_buffer/client/client_context_state_autogen.h',
|
| + 'command_buffer/client/client_context_state_impl_autogen.h',
|
| 'command_buffer/client/gles2_impl_export.h',
|
| 'command_buffer/client/gles2_implementation_autogen.h',
|
| 'command_buffer/client/gles2_implementation.cc',
|
|
|