Index: gpu/gpu.gyp |
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
index 22f0215e37d5d1da7c32d716c593c5e39da3320b..9bc348793e25a3bf9207dabecf8de264d1dd8d96 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': [ |
@@ -272,6 +274,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', |