From b47f1b6982cb8205ff8b7a3af62e1301c4910487 Mon Sep 17 00:00:00 2001 From: "piman@chromium.org" Date: Thu, 26 Sep 2013 17:57:04 +0000 Subject: Remove ipc::CommandBufferProxy. As an interface, it's not used. BUG=None Review URL: https://codereview.chromium.org/24483008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225501 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/gpu_ipc.gypi | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gpu/gpu_ipc.gypi') diff --git a/gpu/gpu_ipc.gypi b/gpu/gpu_ipc.gypi index 2777e96..d1cb292 100644 --- a/gpu/gpu_ipc.gypi +++ b/gpu/gpu_ipc.gypi @@ -11,8 +11,6 @@ '..', ], 'sources': [ - 'ipc/command_buffer_proxy.h', - 'ipc/command_buffer_proxy.cc', 'ipc/gpu_command_buffer_traits.cc', 'ipc/gpu_command_buffer_traits.h', ], @@ -24,12 +22,6 @@ 'dependencies!': [ '../ipc/ipc.gyp:ipc', ], - # The NaCl Win64 build only needs the ParamTraits, so we exclude - # command_buffer_proxy.*. - 'sources!': [ - 'ipc/command_buffer_proxy.h', - 'ipc/command_buffer_proxy.cc', - ], }], ], } -- cgit v1.1