| 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', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'command_buffer/common/gles2_cmd_ids.h', | 24 'command_buffer/common/gles2_cmd_ids.h', |
| 25 'command_buffer/common/gles2_cmd_ids_autogen.h', | 25 'command_buffer/common/gles2_cmd_ids_autogen.h', |
| 26 'command_buffer/common/id_allocator.cc', | 26 'command_buffer/common/id_allocator.cc', |
| 27 'command_buffer/common/id_allocator.h', | 27 'command_buffer/common/id_allocator.h', |
| 28 'command_buffer/common/mailbox.cc', | 28 'command_buffer/common/mailbox.cc', |
| 29 'command_buffer/common/mailbox.h', | 29 'command_buffer/common/mailbox.h', |
| 30 'command_buffer/common/mailbox_holder.cc', | 30 'command_buffer/common/mailbox_holder.cc', |
| 31 'command_buffer/common/mailbox_holder.h', | 31 'command_buffer/common/mailbox_holder.h', |
| 32 'command_buffer/common/thread_local.h', | 32 'command_buffer/common/thread_local.h', |
| 33 'command_buffer/common/time.h', | 33 'command_buffer/common/time.h', |
| 34 'command_buffer/common/types.h', | |
| 35 ], | 34 ], |
| 36 } | 35 } |
| OLD | NEW |