summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 0492532..371f5cd 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -243,10 +243,15 @@
],
'sources': [
'<@(gles2_c_lib_source_files)',
+ 'command_buffer/client/gpu_memory_buffer_mock.cc',
+ 'command_buffer/client/gpu_memory_buffer_mock.h',
+ 'command_buffer/client/image_factory_mock.cc',
+ 'command_buffer/client/image_factory_mock.h',
'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
'command_buffer/tests/gl_depth_texture_unittest.cc',
+ 'command_buffer/tests/gl_gpu_memory_buffer_unittests.cc',
'command_buffer/tests/gl_lose_context_chromium_unittests.cc',
'command_buffer/tests/gl_manager.cc',
'command_buffer/tests/gl_manager.h',