| Index: gpu/gpu.gyp
|
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
|
| index 2c4bbfd0f418b3357c3a52edfd8b7801654f5987..6acbc8ae8d55e0397876635855f3c0d8f9425af0 100644
|
| --- a/gpu/gpu.gyp
|
| +++ b/gpu/gpu.gyp
|
| @@ -21,6 +21,8 @@
|
| 'command_buffer/client/gles2_implementation_autogen.h',
|
| 'command_buffer/client/gles2_implementation.cc',
|
| 'command_buffer/client/gles2_implementation.h',
|
| + 'command_buffer/client/program_info_manager.cc',
|
| + 'command_buffer/client/program_info_manager.h',
|
| ]
|
| },
|
| 'targets': [
|
| @@ -271,6 +273,7 @@
|
| 'command_buffer/client/fenced_allocator_test.cc',
|
| 'command_buffer/client/gles2_implementation_unittest.cc',
|
| 'command_buffer/client/mapped_memory_unittest.cc',
|
| + 'command_buffer/client/program_info_manager_unittest.cc',
|
| 'command_buffer/client/ring_buffer_test.cc',
|
| 'command_buffer/common/bitfield_helpers_test.cc',
|
| 'command_buffer/common/command_buffer_mock.cc',
|
|
|