summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_ipc.gypi
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-02 23:32:37 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-02 23:32:37 +0000
commit9e5fffaf9c926e87ca84747984b70f20e5b4fced (patch)
tree715d85bf4fb14dec4656b39ae40ef8eb457c1573 /gpu/gpu_ipc.gypi
parentffc2b7ad2bb716f232b7d48fc88e840baf2f4afe (diff)
downloadchromium_src-9e5fffaf9c926e87ca84747984b70f20e5b4fced.zip
chromium_src-9e5fffaf9c926e87ca84747984b70f20e5b4fced.tar.gz
chromium_src-9e5fffaf9c926e87ca84747984b70f20e5b4fced.tar.bz2
PpapiCommandBufferProxy implements CommandBufferProxy.
That way once the refactoring of WebGraphicsContext3DCommandBufferImpl is complete, the guest renderers will be able to use the same class. BUG=120664 TEST=manually Review URL: http://codereview.chromium.org/9904005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu_ipc.gypi')
-rw-r--r--gpu/gpu_ipc.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/gpu_ipc.gypi b/gpu/gpu_ipc.gypi
index 9e583d0..33845f23 100644
--- a/gpu/gpu_ipc.gypi
+++ b/gpu/gpu_ipc.gypi
@@ -11,6 +11,8 @@
'<(DEPTH)/third_party/khronos',
],
'sources': [
+ 'ipc/command_buffer_proxy.h',
+ 'ipc/command_buffer_proxy.cc',
'ipc/gpu_command_buffer_traits.cc',
'ipc/gpu_command_buffer_traits.h',
],