summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-13 08:12:28 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-13 08:12:28 +0000
commit2fe6c79fdf2d51e309bfd4d6a3b21cdf5442dc69 (patch)
treec099bef596ace5aa5a3459e1006bbf588c7c857d /gpu/gpu.gyp
parentb1d7db76383c55c7bff0551270d8fdd339f0bdec (diff)
downloadchromium_src-2fe6c79fdf2d51e309bfd4d6a3b21cdf5442dc69.zip
chromium_src-2fe6c79fdf2d51e309bfd4d6a3b21cdf5442dc69.tar.gz
chromium_src-2fe6c79fdf2d51e309bfd4d6a3b21cdf5442dc69.tar.bz2
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
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp1
1 files changed, 1 insertions, 0 deletions
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',