This CL adds support for experimental exclusive-mode streaming to WASAPIAudioOutputSt...
[chromium-blink-merge.git] / gpu / command_buffer_client.gypi
blob97484f6dfe31d47dccd542b7f9c4400703fb4307
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/atomicops.cc',
18     'command_buffer/client/atomicops.h',
19     'command_buffer/client/cmd_buffer_helper.cc',
20     'command_buffer/client/cmd_buffer_helper.h',
21     'command_buffer/client/fenced_allocator.cc',
22     'command_buffer/client/fenced_allocator.h',
23     'command_buffer/client/hash_tables.h',
24     'command_buffer/client/mapped_memory.cc',
25     'command_buffer/client/mapped_memory.h',
26     'command_buffer/client/ring_buffer.cc',
27     'command_buffer/client/ring_buffer.h',
28     'command_buffer/client/transfer_buffer.cc',
29     'command_buffer/client/transfer_buffer.h',
30   ],