summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorbajones@google.com <bajones@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 02:20:46 +0000
committerbajones@google.com <bajones@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 02:20:46 +0000
commit944b62f3edd69cee4fd31e21fb80ca0eafe9b217 (patch)
tree8ae5c82188ae1100fb60eb1e6ede8af2efdc73ee /gpu/gpu.gyp
parent01719f74ea916ef20b5df705a314c6b6fd659524 (diff)
downloadchromium_src-944b62f3edd69cee4fd31e21fb80ca0eafe9b217.zip
chromium_src-944b62f3edd69cee4fd31e21fb80ca0eafe9b217.tar.gz
chromium_src-944b62f3edd69cee4fd31e21fb80ca0eafe9b217.tar.bz2
Added support for OES_vertex_array_object to the command buffer
BUG=72612 Review URL: https://chromiumcodereview.appspot.com/10915244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158967 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 0b805c1..fc4c6f4 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -205,6 +205,7 @@
'command_buffer/service/texture_manager_unittest.cc',
'command_buffer/service/transfer_buffer_manager_unittest.cc',
'command_buffer/service/vertex_attrib_manager_unittest.cc',
+ 'command_buffer/service/vertex_array_manager_unittest.cc',
],
'conditions': [
['OS == "android" and gtest_target_type == "shared_library"', {