diff options
Diffstat (limited to 'gpu/gpu_ipc.gypi')
-rw-r--r-- | gpu/gpu_ipc.gypi | 8 |
1 files changed, 0 insertions, 8 deletions
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', - ], }], ], } |