summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-29 23:24:13 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-29 23:24:13 +0000
commitaf638096a9fe92de162188116a12f1a4a731e098 (patch)
treec2ce9c94413e1b322f66ea0ee40e2cf524cce570 /gpu/gpu.gyp
parent24e70f34d7abea0d527b216c53d329fa0bd5b73b (diff)
downloadchromium_src-af638096a9fe92de162188116a12f1a4a731e098.zip
chromium_src-af638096a9fe92de162188116a12f1a4a731e098.tar.gz
chromium_src-af638096a9fe92de162188116a12f1a4a731e098.tar.bz2
Fix VAOs and client side arrays
Vertex Array Objects were broke for client side arrays BUG=160482 TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/11413094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170281 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 258886c..d63b139 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -143,6 +143,7 @@
'command_buffer/client/program_info_manager_unittest.cc',
'command_buffer/client/ring_buffer_test.cc',
'command_buffer/client/transfer_buffer_unittest.cc',
+ 'command_buffer/client/vertex_array_object_manager_unittest.cc',
'command_buffer/common/bitfield_helpers_test.cc',
'command_buffer/common/command_buffer_mock.cc',
'command_buffer/common/command_buffer_mock.h',