summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 01f2c4a..d8adaba 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -233,6 +233,8 @@
'command_buffer/client/fenced_allocator.h',
'command_buffer/client/id_allocator.cc',
'command_buffer/client/id_allocator.h',
+ 'command_buffer/client/ring_buffer.cc',
+ 'command_buffer/client/ring_buffer.h',
],
},
{
@@ -340,6 +342,7 @@
'command_buffer/client/fenced_allocator_test.cc',
'command_buffer/client/gles2_implementation_unittest.cc',
'command_buffer/client/id_allocator_test.cc',
+ 'command_buffer/client/ring_buffer_test.cc',
'command_buffer/common/bitfield_helpers_test.cc',
'command_buffer/common/gles2_cmd_format_test.cc',
'command_buffer/common/gles2_cmd_format_test_autogen.h',