summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-26 08:05:03 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-26 08:05:03 +0000
commitc87015f53fc61bea2b94f2dc80d0c699d9aebcd5 (patch)
treee34dd0f6151caef21cf51ea39c67af080127fccc /gpu/command_buffer_service.gypi
parent12e54045b113f6aca10188b012b1ea529cec6bf2 (diff)
downloadchromium_src-c87015f53fc61bea2b94f2dc80d0c699d9aebcd5.zip
chromium_src-c87015f53fc61bea2b94f2dc80d0c699d9aebcd5.tar.gz
chromium_src-c87015f53fc61bea2b94f2dc80d0c699d9aebcd5.tar.bz2
Separate management of shared memory from CmdBufService to separate class
This is a step on the way to making this per ContextGroup instead of per context TEST=unit tests BUG=129803 R=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10448030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139196 0039d316-1c4b-4281-b951-d872f2087c98
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 6a67075..5e7d6a6 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -73,6 +73,8 @@
'command_buffer/service/texture_definition.h',
'command_buffer/service/texture_manager.h',
'command_buffer/service/texture_manager.cc',
+ 'command_buffer/service/transfer_buffer_manager.cc',
+ 'command_buffer/service/transfer_buffer_manager.h',
'command_buffer/service/vertex_attrib_manager.h',
'command_buffer/service/vertex_attrib_manager.cc',
],