Fix VAOs and client side arrays

Vertex Array Objects were broke for client side arrays

BUG=160482
[email protected]

Review URL: https://chromiumcodereview.appspot.com/11413094

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170281 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
index dbbaea0..62b465a 100644
--- a/gpu/gpu_common.gypi
+++ b/gpu/gpu_common.gypi
@@ -38,6 +38,8 @@
       'command_buffer/client/query_tracker.h',
       'command_buffer/client/share_group.cc',
       'command_buffer/client/share_group.h',
+      'command_buffer/client/vertex_array_object_manager.cc',
+      'command_buffer/client/vertex_array_object_manager.h',
     ]
   },
   'conditions': [