Index: gpu/command_buffer_client.gypi |
diff --git a/gpu/command_buffer_client.gypi b/gpu/command_buffer_client.gypi |
deleted file mode 100644 |
index 316cba103550483d9b077bf1a1b96f4ffa3b1ab0..0000000000000000000000000000000000000000 |
--- a/gpu/command_buffer_client.gypi |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'include_dirs': [ |
- '..', |
- ], |
- 'all_dependent_settings': { |
- 'include_dirs': [ |
- '..', |
- ], |
- }, |
- 'dependencies': [ |
- '../third_party/khronos/khronos.gyp:khronos_headers', |
- ], |
- 'sources': [ |
- 'command_buffer/client/cmd_buffer_helper.cc', |
- 'command_buffer/client/cmd_buffer_helper.h', |
- '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', |
- 'command_buffer/client/ring_buffer.h', |
- 'command_buffer/client/transfer_buffer.cc', |
- 'command_buffer/client/transfer_buffer.h', |
- ], |
-} |