| # 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': [ |
| '..', |
| '<(DEPTH)/third_party/khronos', |
| ], |
| 'all_dependent_settings': { |
| 'include_dirs': [ |
| '..', |
| '<(DEPTH)/third_party/khronos', |
| ], |
| }, |
| 'sources': [ |
| 'command_buffer/client/atomicops.cc', |
| 'command_buffer/client/atomicops.h', |
| '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/hash_tables.h', |
| 'command_buffer/client/mapped_memory.cc', |
| 'command_buffer/client/mapped_memory.h', |
| 'command_buffer/client/query_tracker.cc', |
| 'command_buffer/client/query_tracker.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', |
| ], |
| } |