0
Files
src/gpu/command_buffer_common.gypi
rvargas@google.com bed992793e GPU: Split some of the GPU projects to individual gypi files.
There should be no change in behavior.

BUG=114261
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9359055

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122413 0039d316-1c4b-4281-b951-d872f2087c98
2012-02-17 00:36:08 +00:00

37 lines
1.2 KiB
Python

# 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',
],
},
'dependencies': [
'../base/base.gyp:base',
'command_buffer/command_buffer.gyp:gles2_utils',
],
'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/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/types.h',
],
}