summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_common.gypi
blob: b8047b2e20d5ef72b2543b404ac4e5a9e6c63b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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/common/bitfield_helpers.h',
    'command_buffer/common/buffer.h',
    'command_buffer/common/cmd_buffer_common.h',
    'command_buffer/common/cmd_buffer_common.cc',
    'command_buffer/common/command_buffer.h',
    'command_buffer/common/compiler_specific.h',
    'command_buffer/common/constants.h',
    'command_buffer/common/debug_marker_manager.cc',
    'command_buffer/common/debug_marker_manager.h',
    'command_buffer/common/gles2_cmd_ids_autogen.h',
    'command_buffer/common/gles2_cmd_ids.h',
    'command_buffer/common/gles2_cmd_format_autogen.h',
    'command_buffer/common/gles2_cmd_format.cc',
    'command_buffer/common/gles2_cmd_format.h',
    'command_buffer/common/id_allocator.cc',
    'command_buffer/common/id_allocator.h',
    'command_buffer/common/thread_local.h',
    'command_buffer/common/time.h',
    'command_buffer/common/types.h',
  ],
}