chromeos: bluetooth: add BluetoothNodeClient
[chromium-blink-merge.git] / gpu / command_buffer_client.gypi
blobc0447ef87c6d24b3e092466eafee1ae563d84bfc
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
3 # found in the LICENSE file.
6   'include_dirs': [
7     '..',
8     '<(DEPTH)/third_party/khronos',
9   ],
10   'all_dependent_settings': {
11     'include_dirs': [
12       '..',
13       '<(DEPTH)/third_party/khronos',
14     ],
15   },
16   'sources': [
17     'command_buffer/client/cmd_buffer_helper.cc',
18     'command_buffer/client/cmd_buffer_helper.h',
19     'command_buffer/client/fenced_allocator.cc',
20     'command_buffer/client/fenced_allocator.h',
21     'command_buffer/client/mapped_memory.cc',
22     'command_buffer/client/mapped_memory.h',
23     'command_buffer/client/ring_buffer.cc',
24     'command_buffer/client/ring_buffer.h',
25     'command_buffer/client/transfer_buffer.cc',
26     'command_buffer/client/transfer_buffer.h',
27   ],