summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 64490bf..dc2c87b 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -155,6 +155,8 @@
'command_buffer/common/gles2_cmd_format.h',
'command_buffer/common/gles2_cmd_utils.cc',
'command_buffer/common/gles2_cmd_utils.h',
+ 'command_buffer/common/id_allocator.cc',
+ 'command_buffer/common/id_allocator.h',
'command_buffer/common/logging.h',
'command_buffer/common/mocks.h',
'command_buffer/common/thread_local.h',
@@ -231,8 +233,6 @@
'command_buffer/client/cmd_buffer_helper.h',
'command_buffer/client/fenced_allocator.cc',
'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',
],
@@ -341,7 +341,6 @@
'command_buffer/client/cmd_buffer_helper_test.cc',
'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',
@@ -356,6 +355,7 @@
'command_buffer/common/gles2_cmd_format_test_autogen.h',
'command_buffer/common/gles2_cmd_id_test.cc',
'command_buffer/common/gles2_cmd_id_test_autogen.h',
+ 'command_buffer/common/id_allocator_test.cc',
'command_buffer/service/buffer_manager_unittest.cc',
'command_buffer/service/context_group_unittest.cc',
'command_buffer/service/cmd_parser_test.cc',