summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_client.gypi
diff options
context:
space:
mode:
authorreveman <reveman@chromium.org>2014-10-28 10:54:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-28 17:55:17 +0000
commitf9a8a234ccc2a487f49efd060cade85bc8c56cda (patch)
tree4211cfbe1909c60a797ac2d267a41ce6326cb811 /gpu/command_buffer_client.gypi
parentdffd2c3baf37de25009a2abb6a92d66f32926b71 (diff)
downloadchromium_src-f9a8a234ccc2a487f49efd060cade85bc8c56cda.zip
chromium_src-f9a8a234ccc2a487f49efd060cade85bc8c56cda.tar.gz
chromium_src-f9a8a234ccc2a487f49efd060cade85bc8c56cda.tar.bz2
cc: Move GpuMemoryBufferManager interface to gpu namespace.
This is necessary for in-process command buffer to be able to use this interface. BUG=423533 Review URL: https://codereview.chromium.org/656263003 Cr-Commit-Position: refs/heads/master@{#301662}
Diffstat (limited to 'gpu/command_buffer_client.gypi')
-rw-r--r--gpu/command_buffer_client.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer_client.gypi b/gpu/command_buffer_client.gypi
index 1e9f778..316cba1 100644
--- a/gpu/command_buffer_client.gypi
+++ b/gpu/command_buffer_client.gypi
@@ -20,6 +20,8 @@
'command_buffer/client/fenced_allocator.cc',
'command_buffer/client/fenced_allocator.h',
'command_buffer/client/gpu_control.h',
+ 'command_buffer/client/gpu_memory_buffer_manager.cc',
+ 'command_buffer/client/gpu_memory_buffer_manager.h',
'command_buffer/client/mapped_memory.cc',
'command_buffer/client/mapped_memory.h',
'command_buffer/client/ring_buffer.cc',