summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authororglofch <orglofch@chromium.org>2014-11-07 11:51:12 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-07 19:51:46 +0000
commitcad5a674fe07d08bb8a775da0cb2a555eb796e6e (patch)
tree4e96c66d2afa7e4a186bba7bfb79ae4f4b47620a /gpu/command_buffer_service.gypi
parentf2d6fd8f14b22b4b15e5e8fd3ac2bb8141bef552 (diff)
downloadchromium_src-cad5a674fe07d08bb8a775da0cb2a555eb796e6e.zip
chromium_src-cad5a674fe07d08bb8a775da0cb2a555eb796e6e.tar.gz
chromium_src-cad5a674fe07d08bb8a775da0cb2a555eb796e6e.tar.bz2
Add subscribeUniform extension pipeline
BUG=422978 Committed: https://crrev.com/80b40cc8eab5e6bef6221c0bc5c1d006059acd8f Cr-Commit-Position: refs/heads/master@{#303050} Review URL: https://codereview.chromium.org/659903002 Cr-Commit-Position: refs/heads/master@{#303275}
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index f1ed489..13ffe94 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -125,6 +125,8 @@
'command_buffer/service/texture_manager.cc',
'command_buffer/service/transfer_buffer_manager.cc',
'command_buffer/service/transfer_buffer_manager.h',
+ 'command_buffer/service/valuebuffer_manager.h',
+ 'command_buffer/service/valuebuffer_manager.cc',
'command_buffer/service/vertex_array_manager.h',
'command_buffer/service/vertex_array_manager.cc',
'command_buffer/service/vertex_attrib_manager.h',