OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'dependencies': [ | 6 'dependencies': [ |
7 '../third_party/khronos/khronos.gyp:khronos_headers', | 7 '../third_party/khronos/khronos.gyp:khronos_headers', |
8 ], | 8 ], |
9 'sources': [ | 9 'sources': [ |
10 'command_buffer/common/bitfield_helpers.h', | 10 'command_buffer/common/bitfield_helpers.h', |
11 'command_buffer/common/buffer.cc', | 11 'command_buffer/common/buffer.cc', |
12 'command_buffer/common/buffer.h', | 12 'command_buffer/common/buffer.h', |
13 'command_buffer/common/capabilities.cc', | 13 'command_buffer/common/capabilities.cc', |
14 'command_buffer/common/capabilities.h', | 14 'command_buffer/common/capabilities.h', |
15 'command_buffer/common/cmd_buffer_common.cc', | 15 'command_buffer/common/cmd_buffer_common.cc', |
16 'command_buffer/common/cmd_buffer_common.h', | 16 'command_buffer/common/cmd_buffer_common.h', |
17 'command_buffer/common/command_buffer.h', | 17 'command_buffer/common/command_buffer.h', |
18 'command_buffer/common/command_buffer_id.h', | 18 'command_buffer/common/command_buffer_id.h', |
19 'command_buffer/common/constants.h', | 19 'command_buffer/common/constants.h', |
20 'command_buffer/common/debug_marker_manager.cc', | 20 'command_buffer/common/debug_marker_manager.cc', |
21 'command_buffer/common/debug_marker_manager.h', | 21 'command_buffer/common/debug_marker_manager.h', |
22 'command_buffer/common/gles2_cmd_format.cc', | 22 'command_buffer/common/gles2_cmd_format.cc', |
23 'command_buffer/common/gles2_cmd_format.h', | 23 'command_buffer/common/gles2_cmd_format.h', |
24 'command_buffer/common/gles2_cmd_format_autogen.h', | 24 'command_buffer/common/gles2_cmd_format_autogen.h', |
25 'command_buffer/common/gles2_cmd_ids.h', | 25 'command_buffer/common/gles2_cmd_ids.h', |
26 'command_buffer/common/gles2_cmd_ids_autogen.h', | 26 'command_buffer/common/gles2_cmd_ids_autogen.h', |
| 27 'command_buffer/common/gpu_memory_buffer_support.cc', |
| 28 'command_buffer/common/gpu_memory_buffer_support.h', |
27 'command_buffer/common/id_allocator.cc', | 29 'command_buffer/common/id_allocator.cc', |
28 'command_buffer/common/id_allocator.h', | 30 'command_buffer/common/id_allocator.h', |
29 'command_buffer/common/id_type.h', | 31 'command_buffer/common/id_type.h', |
30 'command_buffer/common/mailbox.cc', | 32 'command_buffer/common/mailbox.cc', |
31 'command_buffer/common/mailbox.h', | 33 'command_buffer/common/mailbox.h', |
32 'command_buffer/common/mailbox_holder.cc', | 34 'command_buffer/common/mailbox_holder.cc', |
33 'command_buffer/common/mailbox_holder.h', | 35 'command_buffer/common/mailbox_holder.h', |
34 'command_buffer/common/sync_token.cc', | 36 'command_buffer/common/sync_token.cc', |
35 'command_buffer/common/sync_token.h', | 37 'command_buffer/common/sync_token.h', |
36 'command_buffer/common/thread_local.h', | 38 'command_buffer/common/thread_local.h', |
37 'command_buffer/common/time.h', | 39 'command_buffer/common/time.h', |
38 'command_buffer/common/value_state.cc', | 40 'command_buffer/common/value_state.cc', |
39 'command_buffer/common/value_state.h', | 41 'command_buffer/common/value_state.h', |
40 ], | 42 ], |
41 } | 43 } |
OLD | NEW |