summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_common.gypi
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-17 00:36:08 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-17 00:36:08 +0000
commitbed992793e397892b86225cd2c262c6bee43d032 (patch)
tree42b544d2a7fad10b68593cf2cab3ad1e12e3f82c /gpu/command_buffer_common.gypi
parent031cbdee8b96e2f014999a1a5ced8bbe049bcdd2 (diff)
downloadchromium_src-bed992793e397892b86225cd2c262c6bee43d032.zip
chromium_src-bed992793e397892b86225cd2c262c6bee43d032.tar.gz
chromium_src-bed992793e397892b86225cd2c262c6bee43d032.tar.bz2
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
Diffstat (limited to 'gpu/command_buffer_common.gypi')
-rw-r--r--gpu/command_buffer_common.gypi36
1 files changed, 36 insertions, 0 deletions
diff --git a/gpu/command_buffer_common.gypi b/gpu/command_buffer_common.gypi
new file mode 100644
index 0000000..4ec2001
--- /dev/null
+++ b/gpu/command_buffer_common.gypi
@@ -0,0 +1,36 @@
+# 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',
+ ],
+}