From 2fe6c79fdf2d51e309bfd4d6a3b21cdf5442dc69 Mon Sep 17 00:00:00 2001 From: "gman@chromium.org" Date: Tue, 13 Apr 2010 08:12:28 +0000 Subject: Adds client side arrays The code is conditional. I guess my gaming side spidey senses can't stand the overhead but I could be convinced to make it non-conditional. TEST=various unit tests BUG=none Review URL: http://codereview.chromium.org/1629004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44334 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/gpu.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gpu/gpu.gyp') diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index da7172b..a139cbc 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -333,6 +333,7 @@ '<@(gpu_service_source_files)', '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/common/bitfield_helpers_test.cc', 'command_buffer/common/gles2_cmd_format_test.cc', -- cgit v1.1