summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
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 /cc/DEPS
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 'cc/DEPS')
-rw-r--r--cc/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/DEPS b/cc/DEPS
index 806638f..8bf3649 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+gpu/command_buffer/client/context_support.h",
"+gpu/command_buffer/client/gles2_interface.h",
"+gpu/command_buffer/client/gles2_interface_stub.h", # for tests
+ "+gpu/command_buffer/client/gpu_memory_buffer_manager.h",
"+gpu/command_buffer/common/capabilities.h",
"+gpu/command_buffer/common/gpu_memory_allocation.h",
"+gpu/command_buffer/common/mailbox.h",